Florian Schroedl
|
64a5b587fe
|
Fix test
|
2022-02-16 12:09:00 +01:00 |
|
Florian Schroedl
|
abacfda371
|
Add link parser
|
2022-02-16 11:21:32 +01:00 |
|
Florian Schroedl
|
c96e9244ea
|
Remove unneeded file
|
2022-02-16 11:03:09 +01:00 |
|
Florian Schroedl
|
4abd1604c1
|
Extact builders
|
2022-02-16 10:29:25 +01:00 |
|
Florian Schroedl
|
b5a678557b
|
Extract token flattening function
|
2022-02-16 10:26:00 +01:00 |
|
Florian Schroedl
|
ff84711e64
|
Use func
|
2022-02-16 10:22:00 +01:00 |
|
Florian Schroedl
|
8e220bcb81
|
Clean up structure
|
2022-02-16 10:19:37 +01:00 |
|
Florian Schroedl
|
a4f842e946
|
Move delimiter parser to internals
|
2022-02-16 10:09:43 +01:00 |
|
Florian Schroedl
|
c19dd096c3
|
Document and move tryParseBuild
|
2022-02-16 10:05:44 +01:00 |
|
Florian Schroedl
|
b1e4a36e36
|
Documentation
|
2022-02-16 10:00:44 +01:00 |
|
Florian Schroedl
|
51f4f3d35f
|
Use helper function
|
2022-02-15 22:21:53 +01:00 |
|
Florian Schroedl
|
bec0742e51
|
Finsih builder for all formatting options
|
2022-02-15 22:13:30 +01:00 |
|
Florian Schroedl
|
7f6d75a11e
|
Convert tokens tail
|
2022-02-15 18:50:48 +01:00 |
|
Florian Schroedl
|
912a834af6
|
Convert tokens before
|
2022-02-15 18:44:45 +01:00 |
|
Florian Schroedl
|
7ba1a9591f
|
Finish builder
|
2022-02-15 18:02:14 +01:00 |
|
Florian Schroedl
|
7c16ece752
|
Build text parser
|
2022-02-15 17:42:51 +01:00 |
|
Florian Schroedl
|
647c5cdf00
|
Remove debug code
|
2022-02-09 15:39:48 +01:00 |
|
Florian Schroedl
|
a4dfffdacf
|
Fix throw when passing -1 from inital parser
|
2022-02-09 15:17:37 +01:00 |
|
Florian Schroedl
|
fd8e0254f0
|
Fix test case
|
2022-02-09 15:12:03 +01:00 |
|
Florian Schroedl
|
3af4337d1e
|
Add other parsers
|
2022-02-09 14:39:45 +01:00 |
|
Florian Schroedl
|
5c3446eeb2
|
Add delimiter parser
|
2022-02-09 14:34:18 +01:00 |
|
Florian Schroedl
|
a24f89f7ff
|
Add whitespaceParser helper
|
2022-02-09 14:33:42 +01:00 |
|
Florian Schroedl
|
9d6be9707f
|
Add block test
|
2022-02-09 13:04:05 +01:00 |
|
Florian Schroedl
|
305bd1e503
|
Restructure
|
2022-02-09 11:49:42 +01:00 |
|
Florian Schroedl
|
9bb0f8e38c
|
Rename: parser to parser internals
|
2022-02-09 11:41:58 +01:00 |
|
Florian Schroedl
|
1aa07d943a
|
Typo
|
2022-02-09 11:39:39 +01:00 |
|
Florian Schroedl
|
58100fb8dd
|
Temp: Remove nimble install in nix-shell
|
2022-02-09 11:34:16 +01:00 |
|
Florian Schroedl
|
488d0b173b
|
Seperate types & utils to files
|
2022-02-09 11:34:13 +01:00 |
|
Florian Schroedl
|
854d5d356d
|
Remove config.nims
|
2022-02-09 08:08:41 +01:00 |
|
Florian Schroedl
|
d0bc161a8c
|
Add properties block parser
|
2022-02-08 17:15:50 +01:00 |
|
Florian Schroedl
|
50c2bf6e4c
|
Fix indentation
|
2022-02-08 17:15:33 +01:00 |
|
Florian Schroedl
|
5c1e3a73ea
|
Remove unneeded flags
|
2022-02-08 17:15:23 +01:00 |
|
Florian Schroedl
|
4823c372b3
|
Add option to add seperator between tokens
|
2022-02-08 17:15:03 +01:00 |
|
Florian Schroedl
|
e2942154a2
|
Cleanup
|
2022-02-08 17:10:28 +01:00 |
|
Florian Schroedl
|
a188a0f97b
|
Add newline to end properties block
|
2022-02-08 17:10:16 +01:00 |
|
Florian Schroedl
|
61897b1c66
|
Restore propertiesEndParser
|
2022-02-08 17:09:02 +01:00 |
|
Florian Schroedl
|
97eb1cb80a
|
Fix property without value case
|
2022-02-08 17:07:49 +01:00 |
|
Florian Schroedl
|
acbb5387cd
|
Fix first character always getting parser applied before stop
|
2022-02-08 16:57:57 +01:00 |
|
Florian Schroedl
|
81dbdd8d69
|
Remove parser prefix
|
2022-02-08 16:33:20 +01:00 |
|
Florian Schroedl
|
5ba68c5f61
|
Update parsers
|
2022-02-08 16:30:57 +01:00 |
|
Florian Schroedl
|
d7b281f7cd
|
Fix start parsers
|
2022-02-08 16:30:40 +01:00 |
|
Florian Schroedl
|
20a81fed98
|
keep token fields seperate
|
2022-02-08 16:30:12 +01:00 |
|
Florian Schroedl
|
194ebea0b6
|
Add custom error setter
|
2022-02-08 16:29:31 +01:00 |
|
Florian Schroedl
|
9d85ba8ae4
|
Add index for choice
|
2022-02-08 16:29:20 +01:00 |
|
Florian Schroedl
|
afcb55b21f
|
Cap error on error line
|
2022-02-08 16:28:52 +01:00 |
|
Florian Schroedl
|
49ebf7329a
|
Add tests
|
2022-02-08 16:28:35 +01:00 |
|
Florian Schroedl
|
d24e596ce3
|
Add tests results to ignore dir
|
2022-02-08 16:28:08 +01:00 |
|
Florian Schroedl
|
21a6234149
|
Extract properties block parser to file
|
2022-02-08 09:34:53 +01:00 |
|
Florian Schroedl
|
cad191a976
|
Properties parser
|
2022-02-08 09:19:33 +01:00 |
|
Florian Schroedl
|
62a56662f9
|
Implement Multi type tokens
|
2022-02-07 17:09:53 +01:00 |
|