vrodedanya / naobi

Naobi language
https://vrodedanya.github.io/naobi/
MIT License
4 stars 0 forks source link

[FEATURE] Only compile code to file or execute file #28

Open vrodedanya opened 2 years ago

vrodedanya commented 2 years ago

If a project, too big, it is not a good idea to compile it every time when you run the script. Byte code can be stored like a file that describes functions and workflow we have, cases when they start and e.t.c.

vrodedanya commented 1 year ago

Current implementation of byte code is like pseudo json. I don't think that is the best way. Need to research more