Skip to content

Changes

Summary

  1. Some fixes for the parser (details)
Commit 31885f9887a83b2342258a1cf39ef63d00152ea7 by Martin Sjölund
Some fixes for the parser

Handle some whitespace better and fix arrays of strings ({"abc"} would
becomes ['a', 'b', 'c'] before).
The file was modified src/parser.jl (diff)
The file was modified test/runtests.jl (diff)