Skip to content

Zzza38/Nexra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexra

Nexra is a compiled programming language based on JavaScript. Currently, the language compiles to assembly for nasm and ld compile to native binaries.

Grammar

Grammar can be found here.

Build

To build the project, you will need to have Node.js installed. Once you have Node.js, you can build the project by running the following command in the root directory of the project:

npm i
npm run build
npm link

Usage

To use Nexra, you can run the following command on Linux with nasm and ld installed:

nexra <input_file>

Credits

Most of the code was taken from Hydrogen, and the YouTube series Creating a Compiler by Pixeled.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors