mfm-parser/lib/node/mfm/jelly.ex
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

4 lines
93 B
Elixir

defmodule MfmParser.Node.MFM.Jelly do
defstruct props: %{ speed: "1s" }, children: []
end