Skip to content

Dreamgoing/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published