This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
gbuoy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
2 Commits
ff7dba498c
...
1af8e3e51f
Author
SHA1
Message
Date
Forest Belton
1af8e3e51f
Add README
3 years ago
Forest Belton
9671c296ce
Remove unused Makefile
3 years ago
2 changed files
with
17 additions
and
10 deletions
Split View
Diff Options
Show Stats
+0
-10
Makefile
+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
```
Write
Preview
Loading…
Cancel
Save