Commit Graph

  • c97b736a5b fix the reading of expressions krangelov 2021-08-12 10:41:23 +02:00
  • 82ce76a2ce fix allocation to ensure that top is properly aligned from the beginning krangelov 2021-08-12 10:40:33 +02:00
  • d2aec60612 fix typos krangelov 2021-08-12 10:38:55 +02:00
  • ddfc599db3 Add sudo to apt commands John J. Camilleri 2021-08-12 10:34:38 +02:00
  • cb30e176bd Add CI workflow for building runtime John J. Camilleri 2021-08-12 10:33:45 +02:00
  • e477ce4b1f HTML fix on homepage John J. Camilleri 2021-08-12 10:05:45 +02:00
  • 7a63ba34b4 Add changelog John J. Camilleri 2021-08-12 09:56:34 +02:00
  • c482d3466c added != operator removed function null() krangelov 2021-08-12 08:49:20 +02:00
  • 4abe7836e0 test case for functionType krangelov 2021-08-12 07:53:55 +02:00
  • 2c1700776e implemented readExpr & readType krangelov 2021-08-11 22:07:01 +02:00
  • 1ce1cea068 Add bounds check (probably unnecessary) John J. Camilleri 2021-08-10 16:45:42 +02:00
  • a5008c2fe1 implemented functionType and marshalling for types and expressions krangelov 2021-08-10 15:07:41 +02:00
  • 48dba4ade5 Pass all missing test cases, including Phrasebook, except PhrasebookSnd John J. Camilleri 2021-08-10 11:46:28 +02:00
  • b96fa7e08a Add more unit tests for missing lin functions John J. Camilleri 2021-08-10 11:32:51 +02:00
  • 723bec1ba0 Changes made in order to get Hackage upload working John J. Camilleri 2021-08-09 13:41:25 +02:00
  • 7b5669a333 Merge branch 'majestic' of https://github.com/GrammaticalFramework/gf-core into majestic krangelov 2021-08-08 18:30:07 +02:00
  • 91f183ca6a move the C sources to the subfolder pgf again for backwards compatibility krangelov 2021-08-08 18:29:16 +02:00
  • 0187be04ff Update memory_model.md Krasimir Angelov 2021-08-08 16:50:16 +02:00
  • f70e1b8772 fix the DB_scope in pgf_read_ngf krangelov 2021-08-08 16:29:51 +02:00
  • 8d1cc22622 fix typo krangelov 2021-08-08 16:24:29 +02:00
  • e7bd7d00b3 remove the newly created .ngf on error. krangelov 2021-08-08 16:20:41 +02:00
  • f3e579bbb1 implement DB_scopes krangelov 2021-08-08 16:17:24 +02:00
  • 11b630adc1 Merge branch 'majestic' of https://github.com/GrammaticalFramework/gf-core into majestic krangelov 2021-08-08 16:12:00 +02:00
  • 1088b4ef38 implement grammar loading from Python krangelov 2021-08-08 16:11:23 +02:00
  • db8843c8bf Update memory_model.md Krasimir Angelov 2021-08-07 20:39:09 +02:00
  • bfd839b7b0 Update README.md Krasimir Angelov 2021-08-07 18:29:59 +02:00
  • 78d6282da2 Create README.md Krasimir Angelov 2021-08-07 18:29:31 +02:00
  • cc8db24a46 Update memory_model.md Krasimir Angelov 2021-08-07 10:36:34 +02:00
  • 72c51f4bf9 Create memory_model.md Krasimir Angelov 2021-08-07 09:44:50 +02:00
  • 3a7743afad added the expression type krangelov 2021-08-06 20:03:22 +02:00
  • 825e8447db make it possible to load several grammars in the same process and ensure reader-writer exclusion krangelov 2021-08-06 19:34:02 +02:00
  • 2d6bcd1953 a better API for loading PGF & NGF files krangelov 2021-08-06 16:50:21 +02:00
  • dc1644563f extend the abstract syntax API krangelov 2021-08-06 12:43:30 +02:00
  • 87f1e24384 started a testsuite krangelov 2021-08-05 20:45:08 +02:00
  • 36e87668e0 make sure that changes in the database are always flushed krangelov 2021-08-05 20:05:29 +02:00
  • 2d3aac5aa1 fixed white space krangelov 2021-08-05 19:30:50 +02:00
  • 217e0d8cc6 added function abstractName from the API krangelov 2021-08-05 19:30:05 +02:00
  • 75e19bbffa document the exception handling krangelov 2021-08-05 18:05:42 +02:00
  • cc4a215f83 fix the memory leak in case of exceptions krangelov 2021-08-05 17:58:04 +02:00
  • 7d85d3ca9a fix: when PGF loading forgot reading "functions per cat" krangelov 2021-08-05 17:13:11 +02:00
  • e298410e57 read_name -> read_text in literals krangelov 2021-08-05 17:06:05 +02:00
  • 5e320943c9 started on the Haskell binding krangelov 2021-08-05 17:01:49 +02:00
  • 54421492b2 fix the balancing to avoid segmentation faults krangelov 2021-08-05 16:28:50 +02:00
  • 84789c9fbf finished reading the abstract syntax krangelov 2021-08-05 12:37:12 +02:00
  • 42bdee1e5f Remove workarounds for bugs in canonical format John J. Camilleri 2021-08-04 10:58:49 +02:00
  • e2ed512bbb Merge branch 'master' into lpgf John J. Camilleri 2021-08-01 09:38:42 +02:00
  • 17629e4821 strings are stored as length+text and NULL byte is not a terminator krangelov 2021-07-30 13:45:22 +02:00
  • a8b3537184 Create DESIDERATA.md Krasimir Angelov 2021-07-30 12:55:33 +02:00
  • db1871cf55 Merge branch 'c-runtime' into majestic krangelov 2021-07-30 12:11:19 +02:00
  • 4c6872615c remove RConcrete c-runtime krangelov 2021-07-30 12:10:40 +02:00
  • 8f0a1b8fee started a new database-backed runtime from scratch krangelov 2021-07-30 12:08:28 +02:00
  • 155657709a Merge branch 'master' into c-runtime krangelov 2021-07-30 11:20:04 +02:00
  • 265f08d6ee added link to vis-network.min.js krangelov 2021-07-26 16:57:05 +02:00
  • e47042424e Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core krangelov 2021-07-26 16:52:11 +02:00
  • ecf309a28e fix links to WordNet krangelov 2021-07-26 16:51:58 +02:00
  • d0a881f903 add VS code on the list of editor modes Inari Listenmaa 2021-07-26 14:11:48 +08:00
  • 810640822d Update documentation for release 3.11 3.11 1775852002597872498/tmp_refs/tags/3.11 Inari Listenmaa 2021-07-25 15:37:12 +08:00
  • ed79955931 Merge pull request #129 from anka-213/automate-release Inari Listenmaa 2021-07-25 08:20:41 +02:00
  • 1867bfc8a1 Rename packages based on git tag v3.11-test-release-9 1775851859832404463/tmp_refs/tags/v3.11-test-release-9 Andreas Källberg 2021-07-25 11:08:21 +08:00
  • 6ef4f27d32 Upload release assets automatically as well Andreas Källberg 2021-07-22 09:23:16 +08:00
  • 3ab07ec58f Update debian changelog for GF 3.11 Inari Listenmaa 2021-07-25 10:30:49 +08:00
  • b8324fe3e6 Merge pull request #116 from anka-213/fix-binary-package-build Inari Listenmaa 2021-07-25 04:15:07 +02:00
  • 8814fde817 Only run the script once per release v3.11-test-release-8 Andreas Källberg 2021-07-22 09:50:35 +08:00
  • 375b3cf285 Update release script to build for two ubuntu versions Andreas Källberg 2021-07-22 09:06:31 +08:00
  • 3c4f42db15 Build ubuntu packages on ubuntu-latest Andreas Källberg 2021-07-06 15:51:16 +08:00
  • 0474a37af6 Make Makefile compatible with stack and old/new cabal (with v1- prefix when necessary) John J. Camilleri 2021-07-02 11:05:30 +02:00
  • e3498d5ead Update to newest haskell github action Andreas Källberg 2021-06-30 15:11:05 +08:00
  • 4c5927c98c Update scripts to use cabal v1-... so they work on newer cabal Andreas Källberg 2021-06-30 14:33:03 +08:00
  • bb51224e8e IRC link pre-fills channel. Link to logs gives newest first. John J. Camilleri 2021-07-23 16:07:34 +02:00
  • 9533edc3ca Merge pull request #128 from GrammaticalFramework/windows-binary John J. Camilleri 2021-07-23 15:55:37 +02:00
  • 4df8999ed5 Change Python 3.8 to 3.9 John J. Camilleri 2021-07-23 08:05:35 +02:00
  • 7fdbf3f400 Update path in main workflow for binaries John J. Camilleri 2021-07-22 23:11:01 +02:00
  • 0d6c67f6b1 Try without rewriting envvar John J. Camilleri 2021-07-22 23:02:22 +02:00
  • 2610219f6a Update path John J. Camilleri 2021-07-22 22:56:39 +02:00
  • 7674f078d6 Try another path John J. Camilleri 2021-07-22 22:49:44 +02:00
  • c67fe05c08 Narrow search, print env var John J. Camilleri 2021-07-22 22:44:53 +02:00
  • 7b9bb780a2 Find Java stuff John J. Camilleri 2021-07-22 22:34:26 +02:00
  • 4f256447e2 Add separate Windows binary CI action for easier testing John J. Camilleri 2021-07-22 22:27:15 +02:00
  • 1b8a9b37b0 Remove auto/wagen variant from PhrasebookGer John J. Camilleri 2021-07-22 22:22:56 +02:00
  • dfa5b9276d #gf IRC channel has moved to Libera Inari Listenmaa 2021-07-22 01:08:00 +02:00
  • 667bfd30bd Merge pull request #87 from anka-213/make-it-fast Inari Listenmaa 2021-07-20 04:35:37 +02:00
  • 66ae31e99e Merge pull request #126 from inariksit/developers-documentation Inari Listenmaa 2021-07-15 05:16:55 +02:00
  • a677f0373c General restructuring, various minor changes Inari Listenmaa 2021-07-15 10:40:26 +08:00
  • 13f845d127 Update C runtime instructions Inari Listenmaa 2021-07-15 10:39:54 +08:00
  • aa530233fb Remove instructions to create binaries Inari Listenmaa 2021-07-15 10:27:57 +08:00
  • 45bc5595c0 Update C runtime install instructions Inari Listenmaa 2021-07-15 09:54:15 +08:00
  • 6d12754e4f Split the Cabal instructions to another page Inari Listenmaa 2021-07-15 08:21:29 +08:00
  • a09d9bd006 install and upgrade stack 1Regina 2021-07-14 16:44:08 +08:00
  • fffe3161d4 updated docs to reflect binaries generated via github actions Meowyam 2021-07-14 16:34:52 +08:00
  • 743f5e55d4 add missing install.sh file for c runtime Meowyam 2021-07-14 16:28:14 +08:00
  • 9e209bbaba Changes in Git instructions Inari Listenmaa 2021-07-14 16:45:36 +08:00
  • a1594e6a69 updated doc with instructions for C runtime for ubuntu and fedora Inari Listenmaa 2021-07-14 16:44:44 +08:00
  • 06e0a986d1 Changes in Git instructions Inari Listenmaa 2021-07-14 16:12:11 +08:00
  • 6f2a4bcd2c update doc for linux installation Meowyam 2021-07-14 15:34:56 +08:00
  • f345f615f4 Update information about test suite Inari Listenmaa 2021-07-14 15:16:23 +08:00
  • 80d16fcf94 Update instructions about C runtime Inari Listenmaa 2021-07-14 15:03:59 +08:00
  • 7faf8c9dad Clean up redundant case expressions Andreas Källberg 2021-07-12 16:38:29 +08:00
  • c2ffa6763b Github actions: Fix build for stack Andreas Källberg 2020-11-29 21:36:11 +01:00
  • b3881570c7 Remove last traces of the Either in value2term Andreas Källberg 2020-11-29 15:03:08 +01:00
  • bd270b05ff Remove the Either Int from value2term Andreas Källberg 2020-11-29 14:51:55 +01:00