This is the repo where Custom Scripting language is created from scratch with typescript.
- Lexer
- AST Definitions
- Parser
- Interpreter
- Enviornment & Variable Storage
npx tsx <file>
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
- Type Run Task and select Tasks: Run Task.
- Choose Build TypeScript from the list.