https://github.com/demiknight/antlr-coffee-bootstrap
Helper for running linux-specific compiler/language
https://github.com/demiknight/antlr-coffee-bootstrap
Last synced: over 1 year ago
JSON representation
Helper for running linux-specific compiler/language
- Host: GitHub
- URL: https://github.com/demiknight/antlr-coffee-bootstrap
- Owner: DemiKnight
- License: gpl-3.0
- Created: 2021-09-20T11:32:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T13:08:22.000Z (over 4 years ago)
- Last Synced: 2025-01-13T20:44:01.240Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Coffee lang project
---
Intended to be a utility for running coffee language files. See [Coffee Lang](https://github.com/ryanjpc/CoffeeRelease/).
# Required
- [Docker](https://www.docker.com/products/docker-desktop)
# Instructions
Everytime a file is changed, run:
- `docker build -t coffee-project .`
- `docker run --name coffee-run coffee-project {FILE}`
- `{FILE}` = Optional, another file in `./coffee`. If omitted, will run `main.coffee`.