0.0.1 • Published 10 years ago

radium-lang v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

Radium

A smooth programming language that compiles to pretty JavaScript.

Plans

  • Fast compilation
  • Self-hosting source code
  • Not-horrible JS output
  • Built-in library
  • Errors
  • Eventually add a lexer

License

MIT

Building, Testing, Running

To install Radium:

$ npm install -g radium

After making a change, to quickly test your code:

$ pegjs src/parser.pegjs src/parser.js && node bin/radium <file-location>

To run a file:

$ radium <file>