backend mfm parser modified from ilja's implementation
Go to file
Ilja 5bb5620778 Make parser work for multiple token input
We can now handle multiple tokens and nesting.
2022-07-24 09:04:01 +02:00
lib Make parser work for multiple token input 2022-07-24 09:04:01 +02:00
test Make parser work for multiple token input 2022-07-24 09:04:01 +02:00
.formatter.exs First commit 2022-07-23 16:51:13 +02:00
.gitignore First commit 2022-07-23 16:51:13 +02:00
LICENSE Make Reader and Lexer work 2022-07-23 19:15:08 +02:00
mix.exs First commit 2022-07-23 16:51:13 +02:00
README.md First commit 2022-07-23 16:51:13 +02:00

MfmParser

TODO: Add description

Installation

If available in Hex, the package can be installed by adding mfm_parser to your list of dependencies in mix.exs:

def deps do
  [
    {:mfm_parser, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mfm_parser.