Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheuscscp/hello-prolog
Prolog interpreter made with Flex/Bison for compilers class.
https://github.com/matheuscscp/hello-prolog
Last synced: 3 months ago
JSON representation
Prolog interpreter made with Flex/Bison for compilers class.
- Host: GitHub
- URL: https://github.com/matheuscscp/hello-prolog
- Owner: matheuscscp
- License: mit
- Created: 2016-11-28T15:12:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:56:39.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T16:15:07.599Z (7 months ago)
- Language: C
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - hello-prolog
README
# hello-prolog
Prolog interpreter made with Flex/Bison for compilers class.## Dependencies
- `sudo apt-get install flex bison gcc g++ libreadline6 libreadline6-dev`