This commit is contained in:
ceriel
1991-10-25 18:23:32 +00:00
parent 035d9f7624
commit 45afd0804b
20 changed files with 2371 additions and 0 deletions

12
fast/Action Normal file
View File

@@ -0,0 +1,12 @@
name "Fast ANSI C compiler"
dir f_c
end
name "Fast Pascal compiler"
dir f_pc
end
name "Fast Modula-2 compiler"
dir f_m2
end
name "Driver for fast compilers"
dir driver
end