rust/src/comp/util
Marijn Haverbeke 1af3174fe3 Move to single-uint file-position representation.
This makes passing them around cheaper. There is now a table (see
front/codemap.rs) that is needed to transform such an uint into an
actual filename/line/col location.

Also cleans up the span building in the parser a bit.
2011-04-09 01:05:18 +02:00
..
common.rs Move to single-uint file-position representation. 2011-04-09 01:05:18 +02:00
typestate_ann.rs Implemented computing prestates and poststates for a few expression forms. 2011-04-08 17:46:46 +00:00