Skip to content

spekie/ssc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Syntax Compiler (SSC)

Note

SSC outputs x86-64 Linux assembly. It requires a GNU/Linux system with gcc installed.

This is a small compiler written in C++ to learn more about the process of compiling and assembling code by converting a text file written in a high-level programming language, parsing it and then generate it in the form of assembly code.

Building

meson setup build
meson compile -C build
meson install -C build

Documentation

Documentation can be found in the docs directory

About

Simple Syntax Compiler

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors