Commit Graph

8951 Commits

Author SHA1 Message Date
Krasimir Angelov
d515cfd89d Data.XML must escape the data as well 2024-05-17 11:46:37 +02:00
Krasimir Angelov
6d7071fe9c typechecking and evaluation for markup 2024-05-17 11:37:44 +02:00
Krasimir Angelov
efe00f88e3 refactoring pgfMain now takes the file path directly 2024-05-16 19:34:02 +02:00
Krasimir Angelov
02e8dcbb56 make it possible to control whether to expand variants or not 2024-04-27 14:55:01 +02:00
Krasimir Angelov
541f6b23ab try again 2024-04-15 11:23:57 +02:00
Krasimir Angelov
cce5465f2b try python 3.10 as minimal version 2024-04-15 11:16:31 +02:00
Krasimir Angelov
51c34e3e26 set deployment target mac-12.0 2024-04-15 10:37:29 +02:00
Krasimir Angelov
c80da9b5dd try macOS-latest 2024-04-15 10:34:20 +02:00
Krasimir Angelov
580c0c252f another attempt to fix compilation on macOS 2024-04-15 10:19:05 +02:00
Krasimir Angelov
8764c2fb51 try skipping Python 3.7 for macOS 2024-04-15 09:30:44 +02:00
Krasimir Angelov
876e3c734a added Graphviz visualizations 2024-04-15 09:19:11 +02:00
Krasimir Angelov
ef659f3e97 yet another fix for Python on Windows 2024-04-11 11:44:41 +02:00
Krasimir Angelov
77752f02ec another fix for Python on Windows 2024-04-11 11:00:28 +02:00
Krasimir Angelov
7153490986 switch back to macos-latest-xlarge 2024-04-11 10:59:12 +02:00
Krasimir Angelov
8827221493 git commit the __attribute__ pragma is only for GCC 2024-04-11 10:56:59 +02:00
Krasimir Angelov
2f7c65c207 update the testsuite 2024-04-11 10:48:44 +02:00
Krasimir Angelov
82308426c6 merge variants when the | operator is used 2024-04-09 19:23:14 +02:00
Krasimir Angelov
f637abe92e steps towards an NLG language 2024-04-07 10:39:43 +02:00
Krasimir Angelov
81717e7822 fixed space leaks 2024-04-06 10:59:37 +02:00
Krasimir Angelov
6126d36a54 bugfix and dead code elimination 2024-04-05 20:11:13 +02:00
Krasimir Angelov
d48a8d06c1 much faster grammar loading and dynamic updates 2024-03-21 16:42:41 +01:00
Krasimir Angelov
614f4b2dc9 'reset' for delimited continuations 2024-03-15 09:11:26 +01:00
Krasimir Angelov
1fd0e9d8e2 fetch languages on demand to reduce database references 2024-03-14 20:05:19 +01:00
Krasimir Angelov
a8c5a4f93f properly skip unknown languages in pgf_write_pgf 2024-03-14 18:08:22 +01:00
Krasimir Angelov
280e11cab6 HOAS in the type checker 2024-03-10 19:31:45 +01:00
Krasimir Angelov
518e57141b detect keywords in the lookahead 2024-03-08 09:27:01 +01:00
Krasimir Angelov
5a2e1a847d Merge branch 'matheussbernardo-majestic' into majestic 2024-03-06 19:31:36 +01:00
Krasimir Angelov
52c56feaf2 fix the disambiguation of html tags 2024-03-06 19:27:16 +01:00
Krasimir Angelov
b0f71ce0ac Merge branch 'majestic' of github.com:matheussbernardo/gf-core into matheussbernardo-majestic 2024-03-06 09:34:13 +01:00
Krasimir Angelov
5426b4209f first draft of a typechecker 2024-03-06 09:08:15 +01:00
Krasimir Angelov
14a9a8d463 Updated compilation instructions 2024-03-04 09:12:10 +01:00
Krasimir Angelov
76f7579363 defined STG_UNUSED for macOS 2024-03-02 20:35:53 +01:00
Matheus Bernardo
1e6e84c5a6 Adding html tags to the parser and lexer 2024-03-01 16:52:15 +01:00
Krasimir Angelov
f6c736f020 make the table of references more compact 2024-02-09 20:30:29 +01:00
Krasimir Angelov
83d5c883c3 A pgf doesn't always have a file location 2024-02-08 16:40:24 +01:00
Krasimir Angelov
3b4f12e621 create lin/lincat can now fetch the definitions from the source grammar 2024-02-08 15:14:05 +01:00
Krasimir Angelov
ab30f1f9e5 fix the parsing for source commands 2024-02-08 13:38:45 +01:00
Krasimir Angelov
9fd1c5da80 The type signatures in Predef are no longer hard coded 2024-02-06 08:36:43 +01:00
Krasimir Angelov
9a6fc7fc9e export Thunk, newThunk 2024-02-06 07:34:40 +01:00
Krasimir Angelov
d5871b120d normalStringForm now returns a list 2024-02-06 07:31:19 +01:00
Krasimir Angelov
e74661c592 export the force function 2024-01-31 08:21:29 +01:00
Krasimir Angelov
c46dd599f9 restore commented out code 2024-01-31 08:20:59 +01:00
Krasimir Angelov
c94d0f31bc now we can load PGF files as precompiled modules 2024-01-30 13:02:40 +01:00
Krasimir Angelov
021e271f29 an FFI for GF 2024-01-23 17:33:39 +01:00
Krasimir Angelov
c72fb9b958 update after the changes in http-slim 2024-01-22 17:29:57 +01:00
Krasimir Angelov
a82095d117 reintroduce the compiler API 2024-01-18 20:58:10 +01:00
Krasimir Angelov
282c6fc50f bump the version number since the update in the C runtime 2024-01-18 12:31:11 +01:00
Krasimir Angelov
577ea67bde potentially speed up the database expansion on Windows and macOS 2024-01-18 12:19:38 +01:00
Krasimir Angelov
5e664b6f69 update 2024-01-17 14:45:46 +01:00
Krasimir Angelov
413e92e7c3 support ghc 9.4 2024-01-17 13:58:52 +01:00