Skip to content

Bryce-Stabenow/rust-compiler-for-tiny-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A compiler for a subset of BASIC called Tiny-BASIC

Inspired by Austin Henley's Python-based compiler for the same language. Focusing here on the following:

  • Lexical analysis
  • Syntactic analysis
  • Recursive descent parsing
  • Abstract syntax tree
  • Semantic analysis

About

A compiler for Tiny-BASIC written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages