UNPKG
lex-parser
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
A parser for lexical grammars used by jison
lex-parser
/
Makefile
23 lines
(11 loc)
•
248 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all: install build
test
install: npm install build: node ./node_modules/.bin/jison lex.y lex.l
mv
lex.js lex-parser.js
test
: node tests/all-tests.js clean: superclean: clean -find . -
type
d -name
'node_modules'
-
exec
rm
-rf
"{}"
\;