8000 GitHub - lloydlobo/compiler-cpp: Compiler for IO, a hobby programming language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lloydlobo/compiler-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

io lang: C++ Language Compiler

Build

cmake -S . -B build && cmake --build build
./build/io test.io
echo $?

./out
echo $?

asm with linking

nasm -felf64 test.asm
ld test.o -o test
./test
echo $?

Credits

About

Compiler for IO, a hobby programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0