Skip to content
ROTHERT.CC
SRCprojects/simon.mdback to projects

SIMONLANG

A programming language and compiler written from scratch in TypeScript, compiling a custom dialect down to JavaScript. Ships as an npm package with a CLI, a browser playground that runs the compiler client-side, and a syntax-highlighting extension published to the VS Code marketplace. A second compiler targeting executable binaries via C and assembly followed.

see also

source is public — link below
specvalue
languageTypeScript
last push
sourcepublic repo

topics

  • Compilers
  • Language Design
  • TypeScript
  • VS Code Extension