compiler
compiler copied to clipboard
Cleaner, clearer JavaScript. A modern scripting language for the Web.
This will tide us over until we have proper multi-file project support and package imports. It'll be quite a bit chunk of JS, we'll need a prelude to cover: -...
Right now we use the JS equality operator, but for a language like Ren (or really, most languages), what we often want is _structural_ equality: ``` { foo: 1 }...
Before we think about releasing the language in some form or making any public noise about it, we should expand the README a bit to include a lot more information...
Why are comments being parsed as expressions?! - [ ] Fix multiple comments on consecutive lines - [ ] Fix comments causing other expressions to be parsed incorrectly - [...