https://github.com/soptikha2/chef-simple-interpreter
Simple interpreter to test dslab Chef capabilities
https://github.com/soptikha2/chef-simple-interpreter
Last synced: 11 months ago
JSON representation
Simple interpreter to test dslab Chef capabilities
- Host: GitHub
- URL: https://github.com/soptikha2/chef-simple-interpreter
- Owner: SoptikHa2
- Created: 2023-04-12T18:13:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T08:36:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T22:35:40.502Z (about 1 year ago)
- Language: C++
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
Download antlr4 runtime. Libraries should be in lib/.
The currently expected name is `lib/libantlr4-runtime.a`, change the name in `CMakeLists.txt` if the library is named differently.