mfm-parser/lib
Ilja 5f63b7e4bd Make it not crash when tag not properly ended
The following cases are now tested and fixed so they don't crash:
* Providing a "]" without there being a mfm token opened.
* Opening a tag without closing. E.g. "$[spin " and "$[spin chocolatine".
* Starting a tag without finishing it. E.g. "$[sp".
2022-07-24 10:28:29 +02:00
..
node Make parser work for single token input 2022-07-24 07:55:55 +02:00
token Make parser work for single token input 2022-07-24 07:55:55 +02:00
lexer.ex Make parser work for single token input 2022-07-24 07:55:55 +02:00
mfm_parser.ex Make parser work for multiple token input 2022-07-24 09:04:01 +02:00
parser.ex Make it not crash when tag not properly ended 2022-07-24 10:28:29 +02:00
reader.ex Make parser work for single token input 2022-07-24 07:55:55 +02:00
token.ex Change Lexer to use a data structure for tokens 2022-07-23 20:17:34 +02:00