|
4e9f84c2bb
|
Add function to pretty print; commented out my word wrap and use a
built-in one instead
|
2025-06-10 14:01:52 -04:00 |
|
|
e025614324
|
Print extra newline if output text doesn't include a newline
|
2025-06-10 09:13:40 -04:00 |
|
|
324e5da82d
|
Use new definition for lefmostLongestParse
|
2025-06-03 11:19:42 -04:00 |
|
|
8696a185a7
|
Rewrote readLines function to be more concise
|
2025-05-27 08:55:10 -04:00 |
|
|
1fcce32ef6
|
Updated to read from stdin/file
|
2025-05-23 19:03:23 -04:00 |
|
|
7fdc1bcbf1
|
Trying to fix a bug where a header with a newline isn't recognized as a header
|
2025-05-04 01:34:24 -04:00 |
|
|
2b771256a1
|
Only get the first parse result, makes things easier to see
|
2025-05-03 13:49:34 -04:00 |
|
|
d63cd98288
|
Split package into library module 'src' and executable 'app'
|
2025-05-02 10:30:08 -04:00 |
|
|
626eb71097
|
Implement LeftmostLongest, renamed functions, failed parsing works now (see main function for example)
|
2025-04-30 16:01:34 -04:00 |
|
|
cbdcfcfea7
|
More work, I guess
|
2025-04-29 22:03:06 -04:00 |
|
|
8e07a5ed0e
|
Trying to get recursive parsing working better
|
2025-04-29 19:47:04 -04:00 |
|
|
1a838e343e
|
Got recursive parsing working
|
2025-04-28 17:20:01 -04:00 |
|
|
bc43f75a28
|
First commit
|
2025-04-27 23:22:45 -04:00 |
|