projects/jaggerscript/README.md

# JaggerScript

A small typed scripting language with classes, constructors, scoped member access, control flow, object allocation, and a browser-runnable interpreter.

interesting bits

  • + JaggerScript
  • + TypeScript
  • + React
  • + Vite
  • + PEG parser
  • + Monaco Editor
  • + Monarch highlighting
  • + Diagnostics
  • + Object model

why it matters

This is one of the clearest examples of how I like to work: own the grammar, compiler normalization, heap-backed runtime, Monaco diagnostics, syntax highlighting, examples, and playground interface around it.

preview

JaggerScript preview