mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3
This commit is contained in:
49
src-3.0/GF/Devel/README-testgf3
Normal file
49
src-3.0/GF/Devel/README-testgf3
Normal file
@@ -0,0 +1,49 @@
|
||||
GF3, the next version of GF
|
||||
Aarne Ranta
|
||||
|
||||
|
||||
Version 1: 20/2/2008
|
||||
|
||||
To compile:
|
||||
|
||||
make testgf3
|
||||
|
||||
To run:
|
||||
|
||||
testgf3 <options>
|
||||
|
||||
Options:
|
||||
|
||||
-src -- read from source
|
||||
-doemit -- emit gfn files
|
||||
|
||||
More options (debugging flags):
|
||||
|
||||
-show_gf -- show compiled source module after parsing
|
||||
-show_extend -- ... after extension
|
||||
-show_rename -- ... after renaming
|
||||
-show_typecheck -- ... after type checking
|
||||
-show_refreshing -- ... after refreshing variables
|
||||
-show_optimize -- ... after partial evaluation
|
||||
-show_factorize -- ... after factoring optimization
|
||||
-show_all -- show all phases
|
||||
|
||||
-1 -- stop after parsing
|
||||
-2 -- ... extending
|
||||
-3 -- ... renaming
|
||||
-4 -- ... type checking
|
||||
-5 -- ... refreshing
|
||||
|
||||
==Compiler Phases==
|
||||
|
||||
LexGF
|
||||
ParGF
|
||||
SourceToGF
|
||||
Extend
|
||||
Rename
|
||||
CheckGrammar
|
||||
Refresh
|
||||
Optimize
|
||||
Factorize
|
||||
GFtoGFCC
|
||||
|
||||
Reference in New Issue
Block a user