WIP SynAn

This commit is contained in:
Gašper Dobrovoljc
2025-03-18 19:24:19 +01:00
parent ea5b857272
commit b1e61398a6
6 changed files with 418 additions and 191 deletions

View File

@@ -2,5 +2,5 @@ JAVA = java --enable-preview
.PHONY : %
% : %.pins25
$(JAVA) -classpath ../bin pins25.phase.LexAn $<
$(JAVA) -classpath ../bin pins25.phase.SynAn $<