Ben Visness
|
bda95a298a
|
Fix overflow bug with MD_StringMatchFlag_RightSideSloppy
If a is longer than b, then MD_S8Match will check outside of b's bounds.
|
2021-12-31 12:52:39 -06:00 |
|
Ryan Fleury
|
7b2b00d8da
|
update node flag string table
|
2021-11-28 12:30:04 -07:00 |
|
Ryan Fleury
|
f2a062b4c0
|
split -> splitter in split API
|
2021-11-28 12:25:54 -07:00 |
|
Ryan Fleury
|
2e120c7b4a
|
add MD_S8ListJoinMid
|
2021-11-28 12:24:23 -07:00 |
|
Ryan Fleury
|
597b44d5a3
|
treat newlines as whitespace in MD_CharIsSpace
|
2021-11-28 12:22:50 -07:00 |
|
Ryan Fleury
|
474c4af262
|
Merge pull request #6 from mmozeiko/macos
macOS support
|
2021-11-16 21:43:52 -07:00 |
|
Ryan Fleury
|
afc076187b
|
Merge pull request #5 from mmozeiko/pthreads
add pthreads support to multi_threaded.c example
|
2021-11-16 21:43:07 -07:00 |
|
Ryan Fleury
|
642d2cd895
|
Merge pull request #4 from mmozeiko/github-actions
add github actions
|
2021-11-16 21:42:52 -07:00 |
|
Mārtiņš Možeiko
|
08bfd28169
|
macOS support
|
2021-11-14 18:17:37 -08:00 |
|
Mārtiņš Možeiko
|
fdab8bd6b2
|
add github actions
|
2021-11-14 18:13:28 -08:00 |
|
Mārtiņš Možeiko
|
1d23319460
|
add pthreads support to multi_threaded.c example
|
2021-11-14 16:59:28 -08:00 |
|
Ryan Fleury
|
b07e706dfb
|
[bugfix] do not use RootFromNode when calculating file coordinates, stop upwards search on the first NodeKind_File node
|
2021-11-05 15:18:21 -06:00 |
|
Ryan Fleury
|
3ca16a7c3a
|
[docs] touchups
|
2021-11-05 14:51:26 -06:00 |
|
Ryan Fleury
|
bad4062c2d
|
[docs] fix typo
|
2021-11-05 14:41:15 -06:00 |
|
Ryan Fleury
|
f09218bb57
|
[docs] fix copy/paste typo
|
2021-11-05 14:38:29 -06:00 |
|
Ryan Fleury
|
d699873f5e
|
[docs] remove opaque comments
|
2021-11-05 14:31:00 -06:00 |
|
Ryan Fleury
|
8c7771efb9
|
[docs] arena temp allocation docs
|
2021-11-05 14:29:15 -06:00 |
|
Ryan Fleury
|
0629a4bf7f
|
[docs] arena docs
|
2021-11-05 14:25:00 -06:00 |
|
Ryan Fleury
|
1f9fd7d166
|
[docs] fix incorrect identifier style docs
|
2021-11-05 13:57:24 -06:00 |
|
Allen Webster
|
f2958f5150
|
[docs] expression parser docs finished
|
2021-11-01 20:19:06 -07:00 |
|
Miguel Lechon
|
537b962b2b
|
[docs] Misc fixes.
|
2021-11-01 17:24:21 +01:00 |
|
ryanfleury
|
4683ee3313
|
[docs] fix prefix for token enums
|
2021-11-01 01:21:29 -06:00 |
|
ryanfleury
|
2defa09b86
|
[docs] fix unescaped thing
|
2021-11-01 01:20:00 -06:00 |
|
ryanfleury
|
4f5105f5d4
|
[docs] fix duplicate names
|
2021-11-01 01:16:48 -06:00 |
|
ryanfleury
|
5b984f5bc1
|
[docs] missing string numeric parse docs
|
2021-11-01 01:14:54 -06:00 |
|
ryanfleury
|
a7efe71a50
|
[docs] reorder/reorganize/consistencyify docs; do mostly all missing pieces
|
2021-11-01 01:11:47 -06:00 |
|
Allen Webster
|
10a78c8186
|
'how to build' comment
|
2021-10-31 21:03:32 -07:00 |
|
Allen Webster
|
5f21be8db1
|
[docs] progress on expression system docs
|
2021-10-24 14:06:01 -07:00 |
|
Allen Webster
|
73a07fe8ca
|
woops actually save everything for last commit
|
2021-10-24 13:32:15 -07:00 |
|
Allen Webster
|
8d4d2d2c3a
|
naming pass; stub in expression API docs
|
2021-10-24 13:02:13 -07:00 |
|
Miguel Lechon
|
47613b5563
|
[expr parser] Communicate expression operator table bake errors through callback.
|
2021-10-24 17:11:28 +02:00 |
|
ryanfleury
|
8ec2e23a1d
|
[docs] remove some stuff
|
2021-10-20 19:34:00 -06:00 |
|
Ryan Fleury
|
a77389a64d
|
Merge branch 'dev' of https://github.com/Dion-Systems/metadesk into dev
|
2021-10-11 11:27:37 -06:00 |
|
Ryan Fleury
|
8b57ba0588
|
[docs] string generation; file-system helper; command-line helper; tree matching; message formatting
|
2021-10-11 11:27:29 -06:00 |
|
Allen Webster
|
5516a221ee
|
[examples] fix typo in build script
|
2021-10-10 20:30:31 -07:00 |
|
Allen Webster
|
e0df4e5bed
|
[examples] comments in multi-threaded parse example
|
2021-10-10 19:42:00 -07:00 |
|
Allen Webster
|
f30295fb5c
|
[examples] notes on the scratch pool
|
2021-10-10 19:16:36 -07:00 |
|
Allen Webster
|
392ea138cc
|
[examples] comments in memory management example
|
2021-10-10 19:04:55 -07:00 |
|
Allen Webster
|
c968dd4329
|
[examples] C like expressions comments
|
2021-10-10 16:52:09 -07:00 |
|
Allen Webster
|
07770d51d1
|
[examples] filled out the expression intro example and added commentary
|
2021-10-10 15:11:41 -07:00 |
|
Allen Webster
|
e21c5b9d6b
|
[examples] fill in directory comments for all the latest examples
|
2021-10-10 12:51:21 -07:00 |
|
Allen Webster
|
f26cb332f0
|
[examples] tweaks in multi threaded example; fill in the memory management example
|
2021-10-10 11:59:58 -07:00 |
|
Allen Webster
|
c016b8cccc
|
[examples] fix indexing bug in multi threaded example; make the intrinsic work with clang too
|
2021-10-10 11:03:22 -07:00 |
|
Allen Webster
|
f07b74da5f
|
[examples] add output and combining to multi threaded parse example
|
2021-10-10 10:53:59 -07:00 |
|
Allen Webster
|
93ac2b4bae
|
[examples] get started on the multi threaded parse example
|
2021-10-10 10:00:03 -07:00 |
|
Allen Webster
|
8ee69f0124
|
[examples] setting up the last two integration examples and slots in the examples directory
|
2021-10-09 23:45:02 -07:00 |
|
Allen Webster
|
b67dc566c6
|
[examples] tweaks to overrides example and commentary
|
2021-10-09 22:34:41 -07:00 |
|
Allen Webster
|
126fab22df
|
[examples] c like expressions example
|
2021-10-09 22:07:52 -07:00 |
|
Allen Webster
|
ac9f415180
|
[examples] write expressions intro example
|
2021-10-09 20:58:33 -07:00 |
|
Allen Webster
|
39e10cd246
|
[expression parser] use the operator pointer right inside the expression node
|
2021-10-09 20:30:05 -07:00 |
|