Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 184 Bytes

Saulanguage

My own programming languge written in Go

Saulanguage is an interpreted languge. Composed of:

  • Lexer -> Token stream
  • Parser -> AST
  • Evaluator
  • REPL command prompt