Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler

A simple c-like programming interpreter

Brief

Scanner => Parser => AST => InterCode

Scanner

Source => DFA => Token

Parser

Token => BNF => AST

InterCode

AST => Semantic analysis => InterCode

Example & Test

  • Catch unittest framework which path is "./test/src"
  • test example code path is './test/src'

About

sub-c compiler for learning

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages