Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omrigan/legendary-compiler
New word in design programming languages
https://github.com/omrigan/legendary-compiler
Last synced: 27 days ago
JSON representation
New word in design programming languages
- Host: GitHub
- URL: https://github.com/omrigan/legendary-compiler
- Owner: Omrigan
- License: mit
- Created: 2016-03-29T22:58:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:03:53.000Z (over 7 years ago)
- Last Synced: 2024-10-29T14:39:09.439Z (3 months ago)
- Language: C++
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Legendary-compiler
This is a interpreter for C-like language, named "Legend"
## How it works?
Interpretation includes four stages:1. Lexical analysis
2. Syntax analysis
3. Semantic analysis
4. Generating part## Copyright
Free to use. Licensed under MIT. Made for personal use and educational reasons