This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
gf-core
Watch
1
Star
0
Fork
1
You've already forked gf-core
mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced
2026-04-14 15:29:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5f81ff81ca256c7a260a7c6473c8c4dee0e6ddf
gf-core
/
src
/
compiler
History
kr.angelov
a5f81ff81c
the type checker for the abstract syntax now allows let expressions in def rules, since they are easily compilable to byte code. This fails in the Haskell runtime since let expressions are not allowed as abstract syntax expressions.
2014-09-17 21:59:45 +00:00
..
GF
the type checker for the abstract syntax now allows let expressions in def rules, since they are easily compilable to byte code. This fails in the Haskell runtime since let expressions are not allowed as abstract syntax expressions.
2014-09-17 21:59:45 +00:00
SimpleEditor
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
GF.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00
GFC.hs
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
2014-09-08 15:43:20 +00:00
GFI.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
GFServer.hs
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
2014-09-08 15:43:20 +00:00