An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```