https://github.com/young1881/TINY_compiler
a compiler of simplified TINY language
https://github.com/young1881/TINY_compiler
Last synced: about 1 month ago
JSON representation
a compiler of simplified TINY language
- Host: GitHub
- URL: https://github.com/young1881/TINY_compiler
- Owner: young1881
- Created: 2022-11-18T04:09:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T04:09:45.000Z (over 2 years ago)
- Last Synced: 2024-11-15T22:34:51.617Z (7 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-scs - 2022 - Tiny Compiler
README
# TINY Compiler
This is a compiler of simplified [TINY language](https://www.slideserve.com/ikia/the-tiny-sample-language-and-it-s-compiler) written by C.## How to start?
Operating Environment:
| Language | OS | Compiler |
| :-: | :-: | :-: |
| C | Windows | MinGW |Run this in the PowerShell or terminal:
```
cd build/
make clean
make lexer
make testl
```