Commit Graph

513 Commits

Author SHA1 Message Date
Tom Alexander 5ae8ac61e5
Code structure for fixed width area. 2023-04-21 22:04:22 -04:00
Tom Alexander f97ca7a67d
Merge branch 'planning' 2023-04-21 21:54:19 -04:00
Tom Alexander db948d6286
Implement a planning parser. 2023-04-21 21:54:08 -04:00
Tom Alexander f5099356a1
Add support for parsing the planning element in sections. 2023-04-21 21:39:26 -04:00
Tom Alexander 2ec1d4f855
Add the code structure for planning. 2023-04-21 21:33:23 -04:00
Tom Alexander 591d9c5e1f
Make the test a little more complex. 2023-04-21 21:26:38 -04:00
Tom Alexander ead643b3c7
Add a simple planning example. 2023-04-21 21:24:36 -04:00
Tom Alexander 77f2d23036
Switch back to org-mode for the parsing binary. 2023-04-21 21:18:30 -04:00
Tom Alexander cf25a849c0
Merge branch 'diary_sexp' 2023-04-21 21:17:20 -04:00
Tom Alexander f32a1b2cba
Merge branch 'sexp_parser_error' into diary_sexp 2023-04-21 21:16:06 -04:00
Tom Alexander 798eeee488
Add a test for sexp with quoted atom containing parenthesis. 2023-04-21 21:15:18 -04:00
Tom Alexander 517e826f4e
Demonstrating the problem. 2023-04-21 21:01:26 -04:00
Tom Alexander 38cd62af33
Add in better error reporting. 2023-04-21 20:59:16 -04:00
Tom Alexander 6e406d71b6
Introduce a sexp_with_padding parser. 2023-04-21 20:53:55 -04:00
Tom Alexander 7de72cab23
Move the sexp parser into the parser crate.
We need to parse sexp for diary sexp.
2023-04-21 20:32:51 -04:00
Tom Alexander 9d5b078c64
Opening of diary sexp. 2023-04-21 20:26:49 -04:00
Tom Alexander fa88a7d600
Add a simple diary sexp test case. 2023-04-21 20:23:58 -04:00
Tom Alexander db78faa36f
Add the code structure for diary sexp. 2023-04-21 20:22:31 -04:00
Tom Alexander 48b5a9d67a
Merge branch 'clock' 2023-04-21 19:25:29 -04:00
Tom Alexander 30c82ca1bb
Add a simple clock test. 2023-04-21 19:24:23 -04:00
Tom Alexander ad27f34620
Add parsers for inactive timestamp range duration and inactive timestamp. 2023-04-21 19:21:42 -04:00
Tom Alexander a947ab0955
First stab at clock parser. 2023-04-21 19:14:41 -04:00
Tom Alexander 2d4a592846
Expose the parser module instead of re-exporting all of its contents. 2023-04-21 19:05:30 -04:00
Tom Alexander c2ccf4da37
Set up the initial code structure for the clock. 2023-04-21 19:05:30 -04:00
Tom Alexander 8420af7f1d
Put compare modules behind feature flag in library. 2023-04-21 18:50:52 -04:00
Tom Alexander 18323a2b43
Solve the rest of the compiler warnings. 2023-04-21 18:42:31 -04:00
Tom Alexander a1724dae52
Combine the error types. 2023-04-21 18:36:01 -04:00
Tom Alexander 04dfffc000
Cleaning up compiler warnings. 2023-04-21 18:22:17 -04:00
Tom Alexander f4aaa43497
Merge branch 'lesser_block' 2023-04-21 18:15:08 -04:00
Tom Alexander 6fce666983
Add test case for invalid src block. 2023-04-21 18:13:23 -04:00
Tom Alexander cdcaae11c4
Add tests for broken export blocks. 2023-04-21 18:11:26 -04:00
Tom Alexander fa4766b64e
Add comments about data parameter in lesser blocks. 2023-04-21 18:08:10 -04:00
Tom Alexander f5218a6c31
Implement comparing the lesser blocks. 2023-04-21 18:05:40 -04:00
Tom Alexander 1006576a69
Modernize the verse block parser. 2023-04-21 18:01:06 -04:00
Tom Alexander dbb04dcba6
Defining new structs for each type of lesser block. 2023-04-21 17:55:10 -04:00
Tom Alexander 77d3f40c19
Add a simple example of each lesser block type. 2023-04-21 17:37:48 -04:00
Tom Alexander cf6c4bc122
Write a parser specifically for comment lesser blocks. 2023-04-21 17:32:53 -04:00
Tom Alexander 86e0833033
Make the end check work with multiple block names using allocation. 2023-04-21 17:16:57 -04:00
Tom Alexander f3393417bb
Parameterize lesser_block_end.
Only works with static strings right now.
2023-04-21 17:11:27 -04:00
Tom Alexander 47844caa5c
A first stab at lesser blocks. 2023-04-21 16:58:38 -04:00
Tom Alexander 0293ca6b12
Set up code structure for lesser blocks. 2023-04-21 16:31:25 -04:00
Tom Alexander 142bb09879
Move the impl of Source to the same file as the definition of the struct. 2023-04-21 16:16:14 -04:00
Tom Alexander d780981baf
Separate out the element parsers. 2023-04-21 16:10:56 -04:00
Tom Alexander 54b02f4e74
Give object structs their own file separate from the parsers. 2023-04-21 16:07:38 -04:00
Tom Alexander bcf5f5a9c8
Merge branch 'table' 2023-04-21 15:58:20 -04:00
Tom Alexander c2b6b5103a
Add comments about the sets of objects that can exist. 2023-04-21 15:57:45 -04:00
Tom Alexander 2dabe093f4
Now that tables are implemented, re-enable one of the tests that depended on them. 2023-04-21 15:49:39 -04:00
Tom Alexander 0fcfdd5ff2
Compare table row and table cell bounds. 2023-04-21 15:45:35 -04:00
Tom Alexander 2703792644
Very simple table is parsing now. 2023-04-21 15:40:47 -04:00
Tom Alexander a63d38e0ce
Consume line endings at the end of table rows. 2023-04-21 15:38:42 -04:00