Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varunram/compiler

x86 C compiler in Ruby
https://github.com/varunram/compiler

compiler compiler-designs ruby

Last synced: 25 days ago
JSON representation

x86 C compiler in Ruby

Awesome Lists containing this project

README

        

# Compiler
### x86 Ruby

## To run, compile using
```
apt-get install gcc-multilib
ruby compiler.rb > compiler.s
gcc -m32 -o compiler compiler.rb
```

## Todo
1. Compatiblity for x64 systems
2. Changes in code to improve readability