Module dinero::parser[][src]

Expand description

Parser module

The parser takes an input string (or file) and translates it into tokens with a tokenizer These tokens are one of:

  • Directive account
  • Directive payee
  • Directive commodity

Modules

Structs

A struct for holding data about the string being parsed

Enums