Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

techscript_parser

EBNF statement parser and expression Pratt parser implementing syntax diagnostics and AST constructions for TechScript 2.0.

Contents

  • Parser: Consumes tokens and generates AST node trees.
  • parse(): Helper utility to perform parsing.