MafiaUnity
MafiaUnity copied to clipboard
MafiaScript Interpret
Brief Implement an interpreter of MafiaScript language. The interpret should implement following features:
- [X] MafiaScript lexer
- [ ] MafiaScript parser to IR
- [ ] IR intepreter
- [ ] Function call / lambda binding for predefined commands (e.g. find_frame)
Optional:
- [ ] Syntax analysis (detect missing label names, invalid argument types, etc)
Progress update: Currently all code is being developed in my private repo.