wu-lang / wu

🐉 A practical game and data language
https://wu-lang.gitbook.io/guide/
MIT License
467 stars 17 forks source link

Completely remake of Wu as an interpreted language #3

Closed nilq closed 6 years ago

nilq commented 6 years ago

The reimplementation features tweaks on the error system, improved parser, improved lexer, a better type system and most of all, a working virtual machine and bytecode compiler.

It is still a work in progress; basically on the verge of proper function compilation to a point where deeper recursion works.

nilq commented 6 years ago

This is very cool, good job. xx