]> git.tdb.fi Git - libs/datafile.git/commit
Fix creating Symbols from arbitary types
authorMikko Rasa <tdb@tdb.fi>
Wed, 27 Oct 2010 20:24:17 +0000 (20:24 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 27 Oct 2010 20:24:17 +0000 (20:24 +0000)
commite5d760ccfaaa01884be2424b62e47a24466e0c4b
tree1c8cadfa0e92054a170e996188335613da0ac6fa
parent3b70a4d95e414f63fd39b4325d0f639c155a70f5
Fix creating Symbols from arbitary types
Allow a few other delimiters in symbols
Allow symbols to begin with a non-alphanumeric if escaped
Fix a bug where another token was accepted immediately after a string
source/textparser.cpp
source/textwriter.cpp
source/type.h