MafiaUnity icon indicating copy to clipboard operation
MafiaUnity copied to clipboard

MafiaScript Interpret

Open Romop5 opened this issue 7 years ago • 1 comments

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)

Romop5 avatar Aug 09 '18 16:08 Romop5

Progress update: Currently all code is being developed in my private repo.

Romop5 avatar Aug 23 '18 08:08 Romop5