Skip to content

Tom-on64/neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon

A Stable, Fast, Low-level, Compiled Programming Language

Usage

See docs for more info

Syntax

Neon's syntax is a blend between C and JavaScript with some extra things for convenience sake.

Compiling

To compile a program written in Neon, you can use the Neon Compiler.
$ neon ./path/to/file.ne -o ./output/file
Then you can run the executable like this:
./output/file

To see all compiler options, use the -h flag.
$ neon -h

Note: There currently isn't an executable, so you can use $ node ./src/main.js <flags>

Building Neon

If you want to compile neon yourself, you can run these commands:

$ git clone https://github.com/Tom-on64/neon.git # Clones the repo
$ npm run build # Builds the exe into ./build

Development

You can find todos Here.

More about development coming soon


For old repositories, see neon-old. There's also the very first thing i wrote in my random repo as old_neon.js

About

My custom compiled programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published