| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clearly just a copy-paste error
|
|
The documentation is taken from a file called Grammar.pgf_info, located
next to the Grammar.pgf file on the server.
The first line of the documentation is displayed below the menu bar in
the minibar. The rest of the documentation is displayed when you press
the "More info" button (or the "i" button).
The documentation can contain HTML markup. Blank lines are treated as
paragraph breaks.
|
|
https://github.com/GrammaticalFramework/gf-typescript
|
|
Add export to PGF JSON format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Matches definition in src/compiler/GF/Grammar/Lexer.x
|
|
|
|
Adds new class TaggedString
|
|
|
|
|
|
`javascript`.
|
|
|
|
Not sure if this behaviour is identical to previous version,
or in truth how important it really is anyway
|
|
Despite it being deprecated 🙈
|
|
|
|
|
|
|
|
|
|
|
|
gflib.js required changing the String prototype which I'm not sure I want to do here
|
|
All code has been copied from gflib.js but there are many type errors
yet to be resolved
|
|
|
|
Still not 100% tested: best solution will really be to rewrite
gflib.js in TypeScript and at the same time use ES modules
|
|
|
|
|
|
|
|
|
|
|