summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Lockfield.hs
AgeCommit message (Collapse)Author
2013-09-19Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remainhallgren
The fact that identifiers are represented as ByteStrings is now an internal implentation detail in module GF.Infra.Ident. Conversion between ByteString and identifiers is only needed in the lexer and the Binary instances.
2011-09-01GF.Grammar.*: generalized the type of some functions that can not fail from ↵hallgren
the Err monad to arbitrary monads
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated