https://github.com/geocine/tccdotnet
Tiny C Compiler attempt using C#
https://github.com/geocine/tccdotnet
Last synced: 6 months ago
JSON representation
Tiny C Compiler attempt using C#
- Host: GitHub
- URL: https://github.com/geocine/tccdotnet
- Owner: geocine
- Created: 2012-09-01T17:04:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T04:53:54.000Z (over 5 years ago)
- Last Synced: 2025-02-14T04:33:26.057Z (8 months ago)
- Language: C#
- Size: 510 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tccdotnet
============Tiny C Compiler attempt using C#. Utilizes [Tiny Parser Generator](http://www.codeproject.com/Articles/28294/a-Tiny-Parser-Generator-v1-2) by *Herre Kuijpers*.