3 Commits

Author SHA1 Message Date
13ce1a72c1 chore: gitignore a.out 2025-03-26 00:05:18 -05:00
acbdf1de5f first pass transpiler implementation - pb2c.rb
- Modified version of Gary Bernhardt's example compiler from scratch
- Transpiles absolute barebones PowerBasic to C

Compile with `./pb2c.rb | gcc -xc -`
2025-03-26 00:04:16 -05:00
771c39441e Initial commit 2025-03-22 03:05:53 +00:00