Skip to content

ldfallas/rgwbasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGWBasic

A toy implementation of the BASIC programming language inspired in GW-BASIC.

$ cargo run
...
    Finished dev [unoptimized + debuginfo] target(s) in 15.22s
     Running `target/debug/rgwbasic`
Ok
10 x = 2    
20 y = 40
30 print x + y
run
42

The current implementation is still very limited.

About

Exploration of the GW-Basic programming language using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages