summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Lexer.x
AgeCommit message (Expand)Author
2025-08-02define return in terms of pure, >> as *>, mappend as <>Inari Listenmaa
2023-09-11Improve syntax error messagesAndreas Källberg
2021-07-07Replace tabs for whitespace in source codeJohn J. Camilleri
2020-10-08Fix syntax error problem for older versions of GHCAndreas Källberg
2020-09-05MonadFail: Make backwards-compatibleAndreas Källberg
2020-08-05fix newer ghc: Don't try to be backwards compatibleAndreas Källberg
2020-08-05First attempt at fixing incompabilities with newer cabalAndreas Källberg
2016-04-07Lexer.x & Parser.y: add a partial parser for termshallgren
2016-04-06Lexer.x: fix cyclic Functor instancehallgren
2016-03-21initial support for BNFC syntax in context-free grammars for GF. Not all feat...krasimir
2015-09-29GF source lexer: allow numeric character escapes in string literalshallgren
2014-08-13Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8hallgren
2014-06-12now GF keywords can be used as identifiers if they are quotedkr.angelov
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2013-11-26Represent identifiers as UTF-8-encoded ByteStringshallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2012-05-04alex 3 incompatibility workaroundhallgren
2010-06-18Yay!! Direct generation of PMCFG from GF grammarkrasimir
2010-03-18syntax for inaccessible patterns in GFkrasimir
2010-02-08allow negative integers in the grammar syntaxkrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir