Skip to content

building custom scripting language with typescript from scratch

Notifications You must be signed in to change notification settings

thutasann/custom-scripting-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Custom Scripting Language

This is the repo where Custom Scripting language is created from scratch with typescript.

Topics

  • Lexer
  • AST Definitions
  • Parser
  • Interpreter
  • Enviornment & Variable Storage

Scripts

npx tsx <file>

Running the Task

  • 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.

Sources

About

building custom scripting language with typescript from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published