Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

MafiaScript Interpret #19

Open
1 of 5 tasks
Romop5 opened this issue Aug 9, 2018 · 1 comment
Open
1 of 5 tasks

MafiaScript Interpret #19

Romop5 opened this issue Aug 9, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request game

Comments

@Romop5
Copy link

Romop5 commented Aug 9, 2018

Brief
Implement an interpreter of MafiaScript language. The interpret should implement following features:

  • 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 Romop5 added the game label Aug 9, 2018
@Romop5 Romop5 self-assigned this Aug 9, 2018
@Romop5 Romop5 added the enhancement New feature or request label Aug 9, 2018
@Romop5
Copy link
Author

Romop5 commented Aug 23, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request game
Projects
None yet
Development

No branches or pull requests

1 participant