Renamed the dot lexeme to property operator, added some additional lexer cold to...
commit4a77fdc6734eeeaa22085b8fc1c43bf861ae86a8
authorbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 4 Oct 2009 17:23:50 +0000 (4 19:23 +0200)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 4 Oct 2009 17:23:50 +0000 (4 19:23 +0200)
tree114ad1a9e41c22e89b743d034ec253190a0cd9cd
parent55981af13780fc418d077946992d2141d024d3bf
Renamed the dot lexeme to property operator, added some additional lexer cold to differ between "a[" and "a [" - split up the brackets into two different types
frith/lexer.hpp
lexer/lexeme.cpp
lexer/lexer.cpp
lexer/number.cpp
lexer/operator.cpp