Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 278 Bytes

README

XInterpreter

DON'T README, READ THE CODE.

Process

  • Construct Tokens this language need.(√)
  • Build a Lexer to Render every notes in the CODE (We defined).(√)
  • Make a simple REPL to simply test our Intepreter.(√)
  • #TODO# to build a PARSER.(×)