|
|
@ -45,6 +45,8 @@ and line_content buf = |
|
|
|
Notice (extract_notice (lxm buf)) |
|
|
|
| " * ", any_except_eol, eol -> |
|
|
|
Action (extract_action (lxm buf)) |
|
|
|
| " -", any_except_eol, "- ", any_except_eol, eol -> |
|
|
|
Notice "TODO" |
|
|
|
| _ -> |
|
|
|
failwith "unexpected character (line_content)" |
|
|
|
|
|
|
|