Skip to content

stmxmv/Ang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ang : My Principle of Compiler Learning Path

Contents

  1. a C++ Lexer
  2. a Grammar lexer and parser
  3. ......

Build Instructions:

  1. install cmake
  2. run following commands in a terminal:
    1. cd you_project_root
    2. mkdir build
    3. cd build
    4. cmake ..
    5. cmake --build .
  3. the output executables are in the bin folder

About

my principle of compiler learning path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors