backend mfm parser modified from ilja's implementation
Go to file
Ilja 45519a3c2a Make parser work for single token input
We can handle all needed tokens.
We still need to test for multiple tokens and for nesting.
2022-07-24 07:55:55 +02:00
lib Make parser work for single token input 2022-07-24 07:55:55 +02:00
test Make parser work for single token input 2022-07-24 07:55:55 +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.