forked from GitHub/gf-core
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haskell runtime but will be intepreted in the C runtime
This commit is contained in:
@@ -97,6 +97,7 @@ pgfToCFG pgf lang = mkCFG (showCId (lookStartCat pgf)) extCats (startRules ++ co
|
||||
---- AR 3/6/2010
|
||||
symbolToCFSymbol SymBIND = [Terminal "&+"]
|
||||
symbolToCFSymbol SymSOFT_BIND = []
|
||||
symbolToCFSymbol SymCAPIT = [Terminal "&|"]
|
||||
symbolToCFSymbol SymNE = []
|
||||
|
||||
fixProfile :: Array DotPos Symbol -> Int -> Profile
|
||||
|
||||
Reference in New Issue
Block a user