Skip to content

must-lang/mustcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Must compiler

To install:

$ cargo install --path .

To run example:

$ mustcc examples/001

and then link using your system linker:

$ cc examples/001/output.o

To see available flags:

$ mustcc --help

Disclaimer

Note that most of the language features are not yet implemented in the backend, for testing the typechecker you can use -t switch.

About

Must compiler's compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages