0.1.4 • Published 7 years ago

nnatural-compiler v0.1.4

Weekly downloads
4
License
MPL-2.0
Repository
github
Last release
7 years ago

#nNatural Compiler A compiler for the nNatural programming language, generating javascript node.js style modules.

About nNatural

nNatural is a new computer language aiming to resemble as much as possible natural language such as English. Its resemblance to natural language makes it easier to understand, maintain and collaborate with, than existing computer languages. nNatural is near natural language and not natural language - it is a computer language with clear syntax and form that needs to be learned.

Read more about it at http://github.com/nnatural/nnatural/readme.md

Writing nNatural programs

  1. Install nNatural compiler
npm install -g nnatural-compiler
  1. Install required javascript modules in nnatural source folder
npm insatll nnatural
  1. Write the nNatural code using any text editor

  2. Compile the code

nnt [my-nnatural-module]
  1. Execute it
node [my-nnatural-module]

That's it. You're done.

Next Steps