Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

techscript_interpreter

Tree-walking AST execution and local environment management tool for TechScript 2.0.

Contents

  • Value: Runtime representation of variables, lists, and maps.
  • RuntimeError: Evaluation error categories.
  • Interpreter: Walker pass implementing statement and expression handlers.