krangelov
|
c32cd7133f
|
fixes in the headers for compilation on Windows
|
2019-02-18 11:23:01 +01:00 |
|
krangelov
|
eb22112178
|
a pool where the smallest chunks are memory pages
|
2018-12-16 07:46:14 +01:00 |
|
krasimir
|
1bfeab104c
|
more changes to make the C runtime compilable with MSVC
|
2017-04-19 18:59:42 +00:00 |
|
krasimir
|
a6b4212264
|
added methods for accessing the last element of a buffer in libgu
|
2016-04-29 14:05:42 +00:00 |
|
kr.angelov
|
8fd24c3839
|
more compact implementation for GuStringBuf
|
2014-12-24 14:20:30 +00:00 |
|
kr.angelov
|
18f8f2e4f4
|
remove some deadcode in gu/seq.h
|
2014-10-23 21:21:21 +00:00 |
|
kr.angelov
|
aff68e7422
|
inline a number of functions in gu/seq.c. this has a noticeable effect on the parser's speed
|
2014-10-23 21:19:29 +00:00 |
|
kr.angelov
|
84b257e85c
|
add the const modifier to the key in the two procedures for binary search in libgu
|
2014-10-09 07:25:26 +00:00 |
|
kr.angelov
|
14e6eec5ec
|
now a complete JIT compiler and ByteCode compiler for the def rules in the abstract syntax. there might be some bugs yet to be found, meta variables and computation under lambda is only partially supported
|
2014-09-25 10:35:06 +00:00 |
|
kr.angelov
|
c30e2df228
|
pattern matching in def rules is now supported
|
2014-08-11 15:53:41 +00:00 |
|
kr.angelov
|
edb4f7320d
|
add gu_buf_insert in libgu
|
2013-11-18 09:05:09 +00:00 |
|
kr.angelov
|
7160a06a30
|
remove redundant type signature in gu/seq.h
|
2013-11-07 09:47:07 +00:00 |
|
kr.angelov
|
151f86c1e9
|
fix the handling of 'pre' in the C runtime
|
2013-10-28 12:35:37 +00:00 |
|
kr.angelov
|
cd5a0de253
|
bugfix in gu/seq.h
|
2013-10-28 08:58:36 +00:00 |
|
kr.angelov
|
e8335806af
|
GuString is now an ordinary C string - it makes live easier. In addition PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.
|
2013-10-04 12:04:39 +00:00 |
|
kr.angelov
|
237c2af7fc
|
gu_buf_binsearch -> gu_seq_binsearch. Improved API
|
2013-09-17 19:04:46 +00:00 |
|
kr.angelov
|
2a49e4e1d6
|
a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified
|
2013-09-17 12:45:00 +00:00 |
|
kr.angelov
|
297587fa38
|
quicksort and binary search for buffers in libgu
|
2013-08-27 08:06:34 +00:00 |
|
kr.angelov
|
026c198974
|
added gu_buf_flush in seq.c which removes all elements from a buffer
|
2013-02-26 09:48:09 +00:00 |
|
kr.angelov
|
3ad5493758
|
Use a separated tag for meta productions in the robust parser. This cleans up the code a lot
|
2012-06-13 05:49:30 +00:00 |
|
kr.angelov
|
2775faad7a
|
libpgf: an API for building heaps from buffers in gu/seq.c
|
2012-02-29 18:51:21 +00:00 |
|
kr.angelov
|
2eee382a62
|
initial import of the C runtime
|
2012-01-20 13:41:10 +00:00 |
|