Skip to content

hikalium/compilium

v2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

compilium v2

CircleCI License: MIT

[WIP] C compiler + hikalium

Build

make

Usage

./compilium [--os_type=Linux|Darwin]

compilium takes stdin as an input, so you can compile your code like this (in bash):

./compilium <<< "int main(){ return 0; }"

Test

make testall

Local CI

circleci config validate
circleci local execute

Debug Tips

make debug FAILCASE_FILE=examples/calc.c

License

MIT

Author

hikalium

About

C compiler + hikalium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published