Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/varunram/compiler
- Owner: Varunram
- Created: 2017-01-05T18:56:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T18:58:59.000Z (about 8 years ago)
- Last Synced: 2025-01-20T23:41:03.586Z (29 days ago)
- Topics: compiler, compiler-designs, ruby
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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