WIP LexAn

This commit is contained in:
Gašper Dobrovoljc
2025-03-05 08:44:48 +01:00
commit d88951c225
17 changed files with 645 additions and 0 deletions

6
prg/Makefile Normal file
View File

@@ -0,0 +1,6 @@
JAVA = java --enable-preview
.PHONY : %
% : %.pins25
$(JAVA) -classpath ../bin pins25.phase.LexAn $<