kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

Move `print` to be a built in function call #40

Closed kyleect closed 6 months ago

kyleect commented 8 months ago

Expose two global functions: print, println

Work so far: https://github.com/kyleect/locks/compare/main...kyleect:locks:print-as-function