Cleanup
This commit is contained in:
@@ -7,20 +7,20 @@ import fp/[
|
||||
option,
|
||||
resultM,
|
||||
]
|
||||
import fusion/matching
|
||||
import ./org_types
|
||||
import ./org_builder_api
|
||||
import ../parser/parser
|
||||
import ../utils/fp
|
||||
|
||||
import fusion/matching
|
||||
{.experimental: "caseStmtMacros".}
|
||||
|
||||
# -- Parsers
|
||||
|
||||
let linkStartParser* = following(@[
|
||||
ignore(str("[[")),
|
||||
anyUntil(choice(@[str("]["), str("]]")])),
|
||||
optional(ignore(str("][")))
|
||||
ignore(str("[[")),
|
||||
anyUntil(choice(@[str("]["), str("]]")])),
|
||||
optional(ignore(str("][")))
|
||||
])
|
||||
let linkEndParser* = following(@[
|
||||
anyUntil(str("]]")),
|
||||
|
||||
Reference in New Issue
Block a user