https://github.com/ejunjsh/mylang
my programing language practice
https://github.com/ejunjsh/mylang
Last synced: 3 months ago
JSON representation
my programing language practice
- Host: GitHub
- URL: https://github.com/ejunjsh/mylang
- Owner: ejunjsh
- Created: 2019-10-08T06:17:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T07:54:30.000Z (about 5 years ago)
- Last Synced: 2024-12-29T08:41:59.153Z (4 months ago)
- Language: C
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mylang
my programming language pratice
## interpreter
from [基于c语言自制编程语言](https://book.douban.com/subject/30311070/)
## compiler
from https://github.com/DoctorWkt/acwj
### get started
i use docker as my environment, so you need to install docker desktop first if you are not in linux
then
docker run -it -v $(pwd):/opt/tmp/ --rm -w /opt/tmp gcc make test