janet-lang / jpm

Janet Project Manager
MIT License
65 stars 21 forks source link

Add chance to emit just one block from janet-emit #59

Closed pepe closed 1 year ago

pepe commented 1 year ago

This commit is the last part of cgen improvements on the side of the emitting code with the help of Janet. It adds the option where a tuple with the first member of type symbol cgen emits as one block.

I guess that would be it on this front. If you agree, I would like to add documentation for the .cgen usage with jpm.

bakpakin commented 1 year ago

LGTM

pepe commented 1 year ago

Thank you. I will start with the doc then.