summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Parser.y
AgeCommit message (Expand)Author
2023-09-11Improve syntax error messagesAndreas Källberg
2022-10-04using an unparsable variable name in the internal desugaring of table extensi...Aarne Ranta
2022-10-03New construct: table update. Syntax t ** { cases }. Syntactic sugar for table...aarneranta
2019-09-20remove obsolete codekrangelov
2016-04-07Lexer.x & Parser.y: add a partial parser for termshallgren
2016-03-21initial support for BNFC syntax in context-free grammars for GF. Not all feat...krasimir
2014-10-21ModuleName and Ident are now distinct typeshallgren
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2013-12-06Show relative file paths in error messageshallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2013-11-22the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...kr.angelov
2013-10-30added the linref construction in GF. The PGF version number is now bumpedkr.angelov
2013-09-19Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remainhallgren
2013-09-19Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 moduleshallgren
2013-08-07Better error messages for attempts to redefine predefined constantshallgren
2013-02-12now the beam size for the statistical parser can be configured by using the f...kr.angelov
2013-01-28Quick fix to render some parser error messages from UTF-8-encoded source file...hallgren
2011-11-15more structured format for errors and warnings from the compilerkr.angelov
2011-11-10Now PMCFG is compiled per module and at the end we only link it. The new comp...kr.angelov
2011-11-02merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...kr.angelov
2011-11-02Now the compiler maintains more precise information for the source locations ...kr.angelov
2011-09-22change the precedence for the left argument of ->kr.angelov
2011-07-21GenIP, GenRP in Extra and any_Quant in ExtraEngaarne
2011-03-12make it possible to override opers defined in an interface by syntax 'instanc...aarne
2010-11-15bugfix for the abstract operationskrasimir
2010-11-12operations in the abstract syntaxkrasimir
2010-05-28refactoring in GF.Grammar.Grammarkrasimir
2010-04-19use the native unicode support from GHC 6.12krasimir
2010-03-22fix checkInfoType in Parser.ykrasimir
2010-03-22store and propagate the exact source location for all judgements in the gramm...krasimir
2010-03-18fix the precedence for patterns ~, - and @krasimir
2010-03-18syntax for inaccessible patterns in GFkrasimir
2010-02-16no need to keep the list of constructors per category in .gfokrasimir
2010-01-31refactor GF.Infra.Modules for better error messageskrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir