Package-level declarations

Types

Link copied to clipboard

Parse and return a DatetimeStamp Token.

Link copied to clipboard
class OrgLexer(input: String)

Org mode lexer using simple FSM and tokens from above

Link copied to clipboard
@Serializable
sealed class Token

Functions

Link copied to clipboard
Link copied to clipboard
fun inverseLex(tokens: List<Token>): String

Convert a list of tokens to String, primarily for debugging.