Skip to content

Activity

Unary expressions in parser and compiler. Logical ops and tests in VM.

tylerpushed 1 commit to tyler/compiler_and_vm • f77836f…5a72874 • 
2 days ago

Variadic functions and list printing

tylerpushed 1 commit to tyler/compiler_and_vm • 2a5d3e4…f77836f • 
3 days ago

ABIs and Function calls

tylerpushed 1 commit to tyler/compiler_and_vm • b3bc48b…2a5d3e4 • 
3 days ago

Add lists, variadic opcodes, and fix a bunch of tests

tylerpushed 1 commit to tyler/compiler_and_vm • 70fc6ca…b3bc48b • 
5 days ago

Basic math support in VM and a bunch of tests

tylerpushed 1 commit to tyler/compiler_and_vm • f2d7c5b…70fc6ca • 
17 days ago

Implement VM bits necessary for interpolated include URLs and try blo…

tylerpushed 1 commit to tyler/compiler_and_vm • f2bfb31…f2d7c5b • 
17 days ago

Sketch of EnvironmentApi a lil compiler fix

tylerpushed 2 commits to tyler/compiler_and_vm • afffe5c…f2bfb31 • 
18 days ago

Compiler is working

tylercreated tyler/compiler_and_vm • afffe5c • 
19 days ago

Remove unnecessary comments for clarity

vagetmanpushed 1 commit to vadim-cleanup2 • 8018b34…008620c • 
on Feb 1

Cleanup and documentation enhancements

vagetmancreated vadim-cleanup2 • 8018b34 • 
on Feb 1

Deleted branch

kailandeleted release-0.6.0 • 
on Jan 15

Merge pull request #39 from fastly/release-0.6.0

Pull request merge
kailanpushed 2 commits to main • f7ac889…57dc8bf • 
on Jan 15

🎁 Release v0.6.0

kailancreated release-0.6.0 • fcf4d4f • 
on Jan 15

Deleted branch

kailandeleted tyler/vars • 
on Jan 15

Merge pull request #32 from fastly/tyler/vars

Pull request merge
kailanpushed 50 commits to main • ee34e76…f7ac889 • 
on Jan 15

Also update the github action to use wasm32-wasip1

tylerpushed 1 commit to tyler/vars • e7912d6…38f60ee • 
on Jan 13

Update target from wasm32-wasi to wasm32-wasip1

tylerpushed 1 commit to tyler/vars • 4dbaad7…e7912d6 • 
on Jan 13

Clean up some printlns and explain eating the expression errors.

tylerpushed 1 commit to tyler/vars • 13d4282…4dbaad7 • 
on Jan 13

Update error comment

kailanpushed 2 commits to tyler/vars • 66e6a66…13d4282 • 
on Jan 6

Convert new parser to use types understood by interpreter and impleme…

tylerpushed 1 commit to tyler/parser • 6fa0fab…94c3159 • 
on Dec 21, 2024

Integrate nom expression parser from @vagetman (thank you!) and do a …

tylerpushed 1 commit to tyler/parser • 73369c5…6fa0fab • 
on Dec 20, 2024

All of the rest of the esi tags we currently support.

tylerpushed 1 commit to tyler/parser • 539bc0e…73369c5 • 
on Dec 19, 2024

That's the easy tags out of the way

tylerpushed 1 commit to tyler/parser • 4455dda…539bc0e • 
on Dec 19, 2024

Getting there. Correctly-ish identify HTML (and ignore it) and pull o…

tylerpushed 1 commit to tyler/parser • c9187eb…4455dda • 
on Dec 19, 2024

Resolve compiler warnings in expression tests

kailanpushed 1 commit to tyler/vars • 8bd404b…66e6a66 • 
on Dec 16, 2024

enhance error handling and refactor expression evaluation functions

vagetmanpushed 1 commit to tyler/vars • d4ca54d…8bd404b • 
on Dec 15, 2024

starting to wonder if this is a good idea

tylerpushed 1 commit to tyler/parser • d8ddce3…c9187eb • 
on Dec 13, 2024

added tests for lex_interpolated_expr() fn

vagetmanpushed 1 commit to tyler/vars • 6c2acb1…d4ca54d • 
on Dec 12, 2024

consolidated lex_expr and lex_interpolated_expr, other clean ups

vagetmanpushed 1 commit to tyler/vars • 2063f4c…6c2acb1 • 
on Dec 12, 2024

New parser. Nowhere near functional. Just prototyping.

tylerpushed 1 commit to tyler/parser • 2063f4c…d8ddce3 • 
on Dec 12, 2024