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