Mastodon Feed: Post

Mastodon Feed

Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
vga256@tomodori.net wrote:

tiny lua compiler: a lua compiler in a single file, that's well-documented, that was hand-crafted over several years, and made to teach you compiler/tokenizer/parser/lexer design.

this is a crazy impressive project, and in a time when people are haphazardly slopcoding projects, is a standard to live by.

https://github.com/bytexenon/Tiny-Lua-Compiler

#programming #lua