- Modified version of Gary Bernhardt's example compiler from scratch - Transpiles absolute barebones PowerBasic to C Compile with `./pb2c.rb | gcc -xc -`
4 lines
65 B
QBasic
4 lines
65 B
QBasic
Function PBMain() as Long
|
|
PRINT "Hello, world!"
|
|
End Function
|