summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-08-08remove accidental fileArianna Masciolini
2025-08-08more specific instructions for different macsArianna Masciolini
2025-08-08Merge pull request #192 from GrammaticalFramework/build-timestampInari Listenmaa
Add build timestamps to GF prompt
2025-08-08Delete src/runtime/python/pgf.egg-info directoryInari Listenmaa
remove files that were committed by accident
2025-08-08Merge pull request #190 from GrammaticalFramework/pgf-1.1Inari Listenmaa
Publish PGF 1.1
2025-08-08fix typoArianna Masciolini
2025-08-08Fix warnings for ghc-9.6 about multiplicity syntaxAndreas Källberg
2025-08-08also add the 9.6 compatibility fixes to PGF2Inari Listenmaa
2025-08-08Update release scripts for 3.12Inari Listenmaa
2025-08-08hide ambiguous functionHerbert Lange
2025-08-08change date/time formatingHerbert Lange
2025-08-08updating formating for git infoHerbert Lange
2025-08-08add build time and git info to BuildInfoHerbert Lange
2025-08-03use setuptools (so it works for 3.12+) + bump version to 1.1Inari Listenmaa
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreArianna Masciolini
2025-08-02fix compatibility with newer gcc versionsArianna Masciolini
2025-08-02define default depths for shell and server only onceInari Listenmaa
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core ↵Arianna Masciolini
into hleiss/master
2025-08-02misc small fixes:Inari Listenmaa
- update actions/cache to v4 - update haskell/actions/setup to haskell-actions/setup - stack doesn't support ghc < 8.4, remove from CI - don't fail immediately - add -fpermissive flag to gcc - only build 9.6.6 with macos and windows latest - bump base upper bound
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
In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
2025-08-02add whitespace on list comprehensions, applications etc.Inari Listenmaa
text editor interprets these things as errors (e.g. unterminated qq for list comprehension) and underlines red, even though there is no real error.
2025-02-19Reactivate the gf-shell command 'pt -transfer'Hans Leiss
2025-02-18Bug fix for gf-shell command 'pt -compute' in Expr.hs byHans Leiss
tryMatch p (VConst _ _) env = match sig f eqs as0
2025-01-07random generation of literals now has ten different values for each built in ↵aarneranta
type; maybe a better solution for most cases than just one value
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
trees better
2023-11-15support ghc9.4o1lo01ol1o
2023-09-25Indent each line of an error messageAndreas Källberg
By indenting each line instead of just the first, we simplify the work of the gf-lsp parser, so we can see which errors are the same
2023-09-13Merge pull request #160 from anka-213/prettier-syntax-errorsInari Listenmaa
Improve syntax error messages
2023-09-11Improve syntax error messagesAndreas Källberg
Now you will get error messages like these: example.gf:1:21: Syntax error: Unexpected token '}'. Expected one of: - '{' - 'open' - an identifier
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
Add support for ghc-9.2.4
2022-10-04Extract the previous optimization to its own functionAndreas Källberg