Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranzystorekk/langust
https://github.com/tranzystorekk/langust
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranzystorekk/langust
- Owner: tranzystorekk
- Created: 2021-01-15T14:56:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T14:56:20.000Z (almost 4 years ago)
- Last Synced: 2023-10-28T06:24:47.094Z (about 1 year ago)
- Language: C++
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langust
## Description
A list-processing language for the
*TKOM* (Compilation techniques) course at WUT.## Usage
### Prerequisites
* cmake
### Build
* `mkdir build && cd build`
* `cmake ..`
* `make`### Run
* Path to executable is `/repl/replangust`
* Type in commands
* To exit, send *EOF* (Ctrl+D on *nix)