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
| spec | value |
|---|---|
| language | TypeScript |
| last push | |
| source | public repo |
topics
- Compilers
- Language Design
- TypeScript
- VS Code Extension