Thomas Keller
|
0c575ccc74
|
If a symbol is printed without a value list at the very end of a
basic_io dump, we might access a non-existing character position.
This has been fixed and the string length calculation is now only
done once.
|
2010-10-03 22:23:08 +00:00 |
|
Thomas Keller
|
f68bba1292
|
Be more careful when parsing value lists - in case we process the last
line of a stanza which does _not_ close with a newline, we're accessing
a not existing string index.
|
2010-09-12 23:18:58 +00:00 |
|
Thomas Keller
|
593240b420
|
implement IDF_Scm_Monotone_BasicIO::compile()
|
2010-08-28 22:03:47 +00:00 |
|
Thomas Keller
|
8aae0f29d4
|
refactor the basicio parser into a separate utility class (we soon need a compiler part as well)
|
2010-08-28 14:06:17 +00:00 |
|