文件名称:A_Compiler:用C从头开始编写编译器
文件大小:267KB
文件格式:ZIP
更新时间:2024-03-24 00:58:30
C
A_编译器 项目现状: - Scanner (COMPLETED) - Parser (ACTIVE) 功能性: - 03/03/2021: * Read source file * Recognize lexemes and generate a Token Stream * Prints stream to terminal Linux版本: mkdir build cd build cmake .. make ./ac < input_file >
【文件预览】:
A_Compiler-main
----.gitignore(6B)
----other()
--------notes.txt(2KB)
--------build_ac.gif(260KB)
--------available_tokens.txt(314B)
--------GenTestFile.py(2KB)
----src()
--------SymbolTable.c(9KB)
--------Core.c(278B)
--------Scanner.c(10KB)
--------main.c(445B)
----README.md(358B)
----include()
--------AC.h(139B)
--------Core.h(188B)
--------Common.h(129B)
--------Parser.h(657B)
--------SymbolTable.h(3KB)
--------Scanner.h(2KB)
----docs()
--------sources.txt(171B)
----CMakeLists.txt(303B)