This website requires JavaScript.
Explore
Help
Sign In
msyds
/
gf-core
Watch
1
Star
0
Fork
0
You've already forked gf-core
forked from
GitHub/gf-core
Code
Pull Requests
Activity
Files
beba7b37f9927766eeaf4e044c65899c902f7f3f
gf-core
/
src
/
compiler
/
GF
/
Command
History
kr.angelov
bc35626489
Now the compiler maintains more precise information for the source locations of the different definitions. There is a --tags option which generates a list of all identifiers with their source locations.
2011-11-02 11:44:59 +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
Fixed a typo in the shell online help
2011-11-01 11:22:13 +00:00
Importing.hs
Now the compiler maintains more precise information for the source locations of the different definitions. There is a --tags option which generates a list of all identifiers with their source locations.
2011-11-02 11:44:59 +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