https://github.com/blakley/compiler-design
Let's create something
https://github.com/blakley/compiler-design
cpp interpreter lexer-parser programming-language translation
Last synced: about 1 month ago
JSON representation
Let's create something
- Host: GitHub
- URL: https://github.com/blakley/compiler-design
- Owner: Blakley
- Created: 2023-09-28T05:48:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T04:06:16.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:45:59.047Z (7 months ago)
- Topics: cpp, interpreter, lexer-parser, programming-language, translation
- Language: C++
- Homepage:
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project consists of the development of a Scanner, Parser, AST Tree, and Semantics modules,
working together to form a test compiler.