https://github.com/lostjared/masc
Old project was my first attempt at writing an interpreter in C++
https://github.com/lostjared/masc
Last synced: 9 months ago
JSON representation
Old project was my first attempt at writing an interpreter in C++
- Host: GitHub
- URL: https://github.com/lostjared/masc
- Owner: lostjared
- License: gpl-3.0
- Created: 2016-08-26T07:39:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T16:26:38.000Z (almost 10 years ago)
- Last Synced: 2025-07-23T13:31:00.001Z (10 months ago)
- Language: C++
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masc++
This is an old project and was my first attempt at writing a interpreter.
Was fun but not perfect.