Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #365 Problem --- Parsing Markdown with nested Scala code using significant indentation crashes with SIGSEGV Example code: ```scala for i <- 1 to 10 yield i ``` Solution --- Stop calling `lexer->get_column` in `scanner.c` without prior eof-checks
- Loading branch information