omicrondelta / atalan

Automatically exported from code.google.com/p/atalan
MIT License
0 stars 0 forks source link

Suggestion to fix bugs. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
there is many bugs (for example longer expressions). Fixing them has higher 
priority than new features IMHO :)

Original issue reported on code.google.com by jakub.hu...@gmail.com on 25 Aug 2010 at 1:20

GoogleCodeExporter commented 9 years ago

Original comment by jakub.hu...@gmail.com on 25 Aug 2010 at 1:21

GoogleCodeExporter commented 9 years ago
For example:

s:array(1..300)
bb =s(5 and $ff)
bb =s((5))
bb =s((5) and $ff)
"[bb]"

Original comment by jakub.hu...@gmail.com on 25 Aug 2010 at 1:42

GoogleCodeExporter commented 9 years ago
I agree. It is good to have the features at least in rudimentary state, as they 
affect the way translate and optimize phases are done and it is better to count 
with then from the beginning (or at least as soon as possible).

I fixed the example you found and will fix all other found bugs with top 
priority.

Original comment by rudla.ku...@gmail.com on 27 Aug 2010 at 4:53