summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-15support ghc9.4o1lo01ol1o
2023-09-25Merge pull request #161 from anka-213/indent-errorsInari Listenmaa
Indent each line of error messages
2023-09-25gh-actions: Bump the python versionAndreas Källberg
cibuildwheel requires python >= 3.8
2023-09-25gh-actions: Don't use ubuntu-18 and macos-10.15Andreas Källberg
There are no longer any gihub actions runners available for these Note that this means we can't build for ubuntu-18 anymore, but that should hopefully no longer be relevant, since it's over 5 years old now.
2023-09-25Don't build twice for tests in CIAndreas Källberg
2023-09-25Update test to match new errorAndreas Källberg
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-11Fix typoAndreas Källberg
2023-09-11Fix ghc-7.10.3 build in gh-actionsAndreas Källberg
ghc-7.10.3 is not supported in the latest builder, so we need an older version of ubuntu for it to work
2023-09-11Bump version of haskell github actionAndreas Källberg
The old one was failing
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-03Update instructions for GeanyInari Listenmaa
2023-03-01export BindType(..)Krasimir Angelov
2023-02-10update to System.Environment (getArgs)Inari Listenmaa
2023-02-05Update INSTALLKrasimir Angelov
2023-01-24remove 2020-specific linkInari Listenmaa
2023-01-24Summer school 2023Inari Listenmaa
2022-10-10Merge pull request #149 from anka-213/ghc-9.2Inari Listenmaa
Add support for ghc-9.2.4
2022-10-10Merge pull request #147 from anka-213/extend-performance-issueInari Listenmaa
Improve performance with long extend-lists
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
Now the time is O(log(n)*m) instead of O(n*m) where n is the number of items in the extend list e.g. abstract FromWordNet = WordNet [ a_couple_Card, a_la_carte_Adv, a_la_mode_Adv, a_little_Card, ... ];
2022-10-04Add support for ghc-9.2.4Andreas Källberg
2022-10-04Merge pull request #148 from anka-213/fix-ghc-7.10-buildInari Listenmaa
Fix ghc-7.10 build
2022-10-04Only include transformers-compat for ghc < 8Andreas Källberg
Since that's the only place where it's needed and we don't have to fight with versions elsewhere
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 ↵Aarne Ranta
extension to avoid captures; captures with iterated table extensions might still be possible, which needs further analysis
2022-10-03New construct: table update. Syntax t ** { cases }. Syntactic sugar for ↵aarneranta
table {cases ; vvv => t \! vvv}.t
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-24forgot to mention sudoKrasimir 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-27add link to Inari's blogInari Listenmaa
2022-07-16support for BIND tokens in the Python bindingsKrasimir Angelov
2022-07-04Merge branch 'master' of github.com:GrammaticalFramework/gf-coreKrasimir Angelov
2022-07-04allow compilation with emscriptenKrasimir Angelov