/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk
1 by Gustav Hartvigsson
* Initial code - far from done
1
using VQDR.Expression;
6 by Gustav Hartvigsson
* Fixed FastNumber.
2
using VQDR.Common;
1 by Gustav Hartvigsson
* Initial code - far from done
3
4
int main (string[] args) {
5
    
6
    return 0;
7
}