2 Commits

Author SHA1 Message Date
  Forest Belton 1af8e3e51f Add README 2 years ago
  Forest Belton 9671c296ce Remove unused Makefile 2 years ago
2 changed files with 17 additions and 10 deletions
Split View
  1. +0
    -10
      Makefile
  2. +17
    -0
      README.md

+ 0
- 10
Makefile View File

@ -1,10 +0,0 @@
TSFILES := $(find lib -type f -name '*.ts')
.PHONY: build
build: build/parser.js $(TSFILES)
./node_modules/.bin/tsc
build/parser.js: lib/parser.pegjs
mkdir -p build
./node_modules/.bin/peggy -o $@ $<

+ 17
- 0
README.md View File

@ -0,0 +1,17 @@
# gbuoy
## Setup
```
$ npm ci
$ npm run build
$ npm link
```
TODO: Publish to NPM
## Usage
```
$ gbuoy path/to/program.gby
```

Loading…
Cancel
Save