refactored Thai so that it can now be compiled producing BIND tokens instead of spaces, by just changing the definition of ResTha.bIND. This is not to be exploited yet, because it produces consecutive BIND tokens, which are not supported at runtime.

This commit is contained in:
aarne
2015-03-16 14:53:53 +00:00
parent ae97390cf5
commit 845687462f
7 changed files with 28 additions and 24 deletions

View File

@@ -14,9 +14,9 @@ lin
---- ConjVPI = E.ConjVPI ;
---- ComplVPIVV = E.ComplVPIVV ;
MkVPS _ p vp = {s = vp.s ! p.p} ; ----
MkVPS t p vp = {s = t.s ++ p.s ++ vp.s ! p.p} ; ----
---- ConjVPS = E.ConjVPS ;
PredVPS np vp = cc2 np vp ;
PredVPS np vp = thbind np vp ;
{-
BaseVPI = E.BaseVPI ;
ConsVPI = E.ConsVPI ;