Skip to content

Joel-Milligan/gibbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gibbon

Program Flow

  1. Text is passed to the lexer.
  2. Lexer outputs discrete tokens based on the text.
  3. Parser uses PRATT parsing on these tokens to construct the abstract syntax tree (AST).
  4. The AST represents the program as a tree.

About

Interpreter for a toy language called Gibbon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages