Skip to content

Feluk6174/yeso-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yeso-compiler

A compiler for yeso, a language i created for fun.

Documentation

Documentation and examples can be found in the docs folder.

Try it

To generate asembly run:

python3 src/main.py path/to/source/file.yeso

This will generate a file named out.asm

Then to compile the generated assembly run:

./scripts/compile.sh out

Finally to run the program run

./out

Alternativly you can compile and run the program by running:

./c.sh path/to/source/file.yeso

About

A compiler for YESO a language I crated for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published