backend mfm parser modified from ilja's implementation
Go to file
Ilja 4748d833b2 Make Reader and Lexer work 2022-07-23 19:15:08 +02:00
lib Make Reader and Lexer work 2022-07-23 19:15:08 +02:00
test Make Reader and Lexer work 2022-07-23 19:15:08 +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
README.md First commit 2022-07-23 16:51:13 +02:00
mix.exs First commit 2022-07-23 16:51:13 +02:00

README.md

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.