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-16 16:29:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45ecae4b774aee96dcc3e9f2c5f82307982faa08
gf-core
/
src
/
compiler
/
GF
/
Command
History
gdetrez
45ecae4b77
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
2011-02-10 15:00:06 +00:00
..
Abstract.hs
reorganize the directories under src, and rescue the JavaScript interpreter from deprecated
2009-12-13 18:50:29 +00:00
Commands.hs
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
2011-02-10 15:00:06 +00:00
Importing.hs
format .gfm for multiple modules in the same file; includes lines with ;-separated words
2010-11-30 14:50:24 +00:00
Interpreter.hs
use the native unicode support from GHC 6.12
2010-04-19 09:38:36 +00:00
Messages.hs
more clear LICENSE file for GF
2010-12-21 10:57:54 +00:00
Parse.hs
now the abstract syntax in PGF allows the same syntax for integers, floats and strings as in Haskell. This includes negative integers and exponents in the floats
2010-01-15 21:13:46 +00:00
TreeOperations.hs
generalized pt -transfer so that it goes into subtrees (naive implementation in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt'
2011-03-12 10:20:54 +00:00