tangled
alpha
login
or
join now
pvsr.dev
/
janet-lox
Janet implementation of Lox from the book Crafting Interpreters
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
pvsr.dev
b19fbe3a
install as janet bundle
main
3mo ago
pvsr.dev
c34b7e93
detect duplicate local vars
3mo ago
pvsr.dev
4f20498b
clean up closure implementation
3mo ago
pvsr.dev
64f2d0ab
move scope wrapper around main/process to test
3mo ago
pvsr.dev
58fdc829
skip expression printing entirely outside of repl
3mo ago
pvsr.dev
1121b53b
implement lexically scoped function closures
3mo ago
pvsr.dev
713a2363
handle empty return statements
3mo ago
pvsr.dev
0950a212
implement functions
3mo ago
pvsr.dev
fcecde11
fix string printing
3mo ago
pvsr.dev
1da10aaa
expand readme
3mo ago
pvsr.dev
1da0517a
auto-insert semicolons in repl
3mo ago
pvsr.dev
2d40622f
use janet's getline to implement repl
3mo ago
pvsr.dev
9d0a228a
support lexically scoped vars via dynamic binding
3mo ago
pvsr.dev
bd759cc8
correct casing
3mo ago
pvsr.dev
be57120f
ignore judge's .tested files
3mo ago
pvsr.dev
c694818b
remove extraneous project.janet
3mo ago
pvsr.dev
ca75036d
handle comments before eof
3mo ago
pvsr.dev
223ac708
readme
3mo ago
pvsr.dev
329ebcf9
build with nix
3mo ago
pvsr.dev
874a9906
initial commit with basic expression interpreter
3mo ago
install as janet bundle
main
b19fbe3a
pvsr.dev
3mo
detect duplicate local vars
c34b7e93
pvsr.dev
3mo
clean up closure implementation
4f20498b
pvsr.dev
3mo
move scope wrapper around main/process to test
64f2d0ab
pvsr.dev
3mo
skip expression printing entirely outside of repl
58fdc829
pvsr.dev
3mo
implement lexically scoped function closures
1121b53b
pvsr.dev
3mo
handle empty return statements
713a2363
pvsr.dev
3mo
implement functions
0950a212
pvsr.dev
3mo
fix string printing
fcecde11
pvsr.dev
3mo
expand readme
1da10aaa
pvsr.dev
3mo
auto-insert semicolons in repl
1da0517a
pvsr.dev
3mo
use janet's getline to implement repl
2d40622f
pvsr.dev
3mo
support lexically scoped vars via dynamic binding
9d0a228a
pvsr.dev
3mo
correct casing
bd759cc8
pvsr.dev
3mo
ignore judge's .tested files
be57120f
pvsr.dev
3mo
remove extraneous project.janet
c694818b
pvsr.dev
3mo
handle comments before eof
ca75036d
pvsr.dev
3mo
readme
223ac708
pvsr.dev
3mo
build with nix
329ebcf9
pvsr.dev
3mo
initial commit with basic expression interpreter
874a9906
pvsr.dev
3mo