repo.or.cz
/
panda.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed silly micro-optimisations that duplicated code unnecessarily.
[panda.git]
/
tests
/
data
/
lexer-input-02.txt
blob
0b8bf67a259b35b6ae92197d5589d83297387da5
1
dictionary collect:[ : x_90abc:y|x_90abc<y].
2
x:=(#symbol=#symbol)
3
"comment" 'string literal'
4
" should be parsed as: 16rAEFF.012E - 0234e-234 - 16rDEADBEEF + 2e"
5
x:=16rAEFF.012E-0234e-234-16rDEADBEEF + 2e
6
x:= a \\ b + #-
7
8
"should be parsed as: 45e16 r 23; not: 45e 16r23"
9
45e16r23
10
11