Skip to content
/ nrac Public

The compiler for the new RapidASM; a low-level, (slightly) safer assembly language.

License

Notifications You must be signed in to change notification settings

treyzania/nrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrac : The New RapidASM Compiler

After making a lot of incorrect decisions in the implementation of my original compiler for RapidASM, and after finding a few problems with the design of the language as a whole, I have elected to rewrite it from scratch, but this time in OCaml since it's a great language.

You can find the original here.

Targets

I hope to have some sort of support for the following platforms:

  • x86/amd64

  • riscv

But I will focus on x86/amd64 for now.

About

The compiler for the new RapidASM; a low-level, (slightly) safer assembly language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages