WIP LexAn
This commit is contained in:
6
prg/Makefile
Normal file
6
prg/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
JAVA = java --enable-preview
|
||||
|
||||
.PHONY : %
|
||||
% : %.pins25
|
||||
$(JAVA) -classpath ../bin pins25.phase.LexAn $<
|
||||
|
||||
2
prg/test.pins
Normal file
2
prg/test.pins
Normal file
@@ -0,0 +1,2 @@
|
||||
'a'
|
||||
'\n'
|
||||
Reference in New Issue
Block a user