gf-core icon indicating copy to clipboard operation
gf-core copied to clipboard

Grammatical Framework core: compiler, shell & runtimes

Results 50 gf-core issues
Sort by recently updated
recently updated
newest added

@krangelov has found out how to make the C runtime code compiling to JavaScript Web Assembly using Emscripten. The next step is to test if it works correctly and build...

I upgraded my GHC version and with that I also got the new Cabal which uses v2 commands by default. It promises to solve the Cabal hell but in my...

A quick search on the internet for Grammatical Framework and Docker finds many hints for at least some support of GF having been dockerized. Looking at it as a newcomer...

t2t Files were changed to md files using text2tags.

This also fixes some regressions in the error message from #87 This code can trigger the error: https://discord.com/channels/865093807343140874/865094084683366400/981235590097956905

Here's a typical error when creating some lincat: ``` lincat VPS2 = X.VPS ** {c2 = Compl} ; ``` i.e. using, in error, `c2 = Compl` instead of the correct...

target_cpu should match aarch64 as well as arm*

Hi, I'm getting started with the Java bindings for the new runtime and so far it seems I got `readPGF(path)` and `getAbstractName` working. Even though this is still very little,...

@krangelov has mentioned at the summer school his ideas on completely reimagining the PGF format as a database. @anka-213 has expressed his interest in contributing, and I (@johnjcamilleri) also think...

### Introduction Recently I've been working on resurrecting on old idea, which is adding support for a PGF file format which _only_ supports linearisation, since this is actually quite a...