mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
the compiler now allows + to be used as a floating point addition in the abstract syntax
This commit is contained in:
@@ -170,6 +170,7 @@ instance Binary Instr where
|
||||
put (EVAL (GLOBAL id) (UpdateCall b c)) = putWord8 51 >> put id >> put (b,c)
|
||||
put (DROP n l ) = putWord8 52 >> put (n,l)
|
||||
put (FAIL ) = putWord8 56
|
||||
put (ADD ) = putWord8 60
|
||||
|
||||
instance Binary Type where
|
||||
put (DTyp hypos cat exps) = put (hypos,cat,exps)
|
||||
|
||||
Reference in New Issue
Block a user