fasto unzipped

This commit is contained in:
NikolajDanger
2022-05-04 10:40:19 +02:00
commit 642fcbd636
117 changed files with 11962 additions and 0 deletions

6
fasto/Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
dotnet build Fasto
clean:
rm -rf Fasto/bin Fasto/obj
rm -f Fasto/Parser.fs Fasto/Parser.fsi Fasto/Parser.fsyacc.output Fasto/Lexer.fs