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