summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-02misc small fixes:Inari Listenmaa
2025-08-02choose openFd based on version of unixInari Listenmaa
2025-08-02explicitly import join, when, (<=<) from Control.MonadInari Listenmaa
2025-08-02use openFd from unix >= 2.8Inari Listenmaa
2025-08-02define return in terms of pure, >> as *>, mappend as <>Inari Listenmaa
2025-08-02add whitespace on list comprehensions, applications etc.Inari Listenmaa
2025-01-07random generation of literals now has ten different values for each built in ...aarneranta
2024-11-26Update robots.txtKrasimir Angelov
2024-03-15Apply gt to all arguments when pipedInari Listenmaa
2024-03-01showExpr and linearize now refresh the printed variables if neededaarneranta
2023-12-14visualize_dependencies (vd) now creates latex in landscape mode to show long ...Aarne Ranta
2023-11-15support ghc9.4o1lo01ol1o
2023-09-25Indent each line of an error messageAndreas Källberg
2023-09-13Merge pull request #160 from anka-213/prettier-syntax-errorsInari Listenmaa
2023-09-11Improve syntax error messagesAndreas Källberg
2023-09-07Update jit.cKrasimir Angelov
2023-08-11the jitter should still read the absfuns even for EMSCRIPTEN and aarch64Krasimir Angelov
2023-08-09One more place with __aarch64__Krasimir Angelov
2023-08-09Try with __aarch64__Krasimir Angelov
2023-08-08lightning.h not included on aarch64Krasimir Angelov
2023-08-04Disable the jit on aarch64Krasimir Angelov
2023-08-04Create funcs.hKrasimir Angelov
2023-08-04Create Create aarch64/fp.hKrasimir Angelov
2023-08-04Create aarch64/core.hKrasimir Angelov
2023-08-04Create aarch64/asm.hKrasimir Angelov
2023-08-04added aarch64 configure.acKrasimir Angelov
2023-03-01export BindType(..)Krasimir Angelov
2023-02-05Update INSTALLKrasimir Angelov
2022-10-10Merge pull request #149 from anka-213/ghc-9.2Inari Listenmaa
2022-10-04Extract the previous optimization to its own functionAndreas Källberg
2022-10-04Use a Set in isInherited to speed up long extend listsAndreas Källberg
2022-10-04Add support for ghc-9.2.4Andreas Källberg
2022-10-04Only include transformers-compat for ghc < 8Andreas Källberg
2022-10-04Restore build with ghc-7.10.3Andreas Källberg
2022-10-04Update some old unused code to support newer ghcAndreas Källberg
2022-10-04using an unparsable variable name in the internal desugaring of table extensi...Aarne Ranta
2022-10-03New construct: table update. Syntax t ** { cases }. Syntactic sugar for table...aarneranta
2022-08-24added a Setup script to compile without cabal-installKrasimir Angelov
2022-08-24`gf --version` now prints the shared folder to be used by the RGLKrasimir Angelov
2022-08-24workaround for the Nix madnessKrasimir Angelov
2022-08-12silence harmless warningskrangelov
2022-08-12fix the reference counting for pgf.BINDkrangelov
2022-07-16support for BIND tokens in the Python bindingsKrasimir Angelov
2022-07-04allow compilation with emscriptenKrasimir Angelov
2022-05-31adjust the -view command depending on the OSKrasimir Angelov
2022-05-31use a relative link to WordNetKrasimir Angelov
2022-05-18Always use UTF8 encoding in the gf executableAndreas Källberg
2022-05-06Merge pull request #136 from mengwong/ghc9Inari Listenmaa
2022-05-03Improve commentAndreas Källberg
2022-05-03When profiling, don't add cost centres in Data.Binary.GetAndreas Källberg