Commit Graph

497 Commits

Author SHA1 Message Date
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
Tom Alexander f0d2754955
Consume the end of the cell. 2023-04-21 15:36:45 -04:00
Tom Alexander d2fe100435
Change the binary to use the library.
Mostly just hoping this make rust-analyzer happier.
2023-04-21 15:28:46 -04:00
Tom Alexander 5225290156
Disable the env filter because I am running into errors. 2023-04-21 15:25:19 -04:00
Tom Alexander c971148871
Running into an error running the tracer. 2023-04-21 14:54:29 -04:00
Tom Alexander f1b0d7e6be
Add a simple test table org-mode document. 2023-04-21 14:39:20 -04:00
Tom Alexander c75f4ebcff
Format the code. 2023-04-21 14:35:34 -04:00
Tom Alexander 3a174dd41b
Only build musl binaries on linux. 2023-04-20 22:53:17 -04:00
Tom Alexander 633d6e421f
Allow empty cells if not last of line. 2023-04-20 00:15:40 -04:00
Tom Alexander 49f5b65acf
Match objects in cells. 2023-04-19 22:09:53 -04:00
Tom Alexander 55201e905a
Starting to implement table cell. 2023-04-19 21:57:08 -04:00
Tom Alexander 9747e0ba11
Implement table row rule. 2023-04-19 21:28:35 -04:00
Tom Alexander 093edf5c6e
Add TODO. 2023-04-19 21:21:33 -04:00
Tom Alexander f3c1b47a8a
First attempt at table parser. Table row not yet implemented. 2023-04-19 21:19:49 -04:00
Tom Alexander 17ab8727d1
Initial structure for tables. 2023-04-19 20:59:58 -04:00
Tom Alexander 1badd3b0fc
Add TODO about a bug. 2023-04-19 19:56:21 -04:00
Tom Alexander 4de114e9c4
Merge branch 'property_drawer' 2023-04-19 19:54:53 -04:00