/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;
64 by Gustav Hartvigsson
[General] Major refactoring. Utils -> Vee nenaming.
2
using Vee;
1 by Gustav Hartvigsson
* Initial code - far from done
3
4
int main (string[] args) {
62 by Gustav Hartvigsson
various changes
5
    VQDR.Expression.Context ctx = new VQDR.Expression.Context ();
6
    
7
    VQDR.Expression.RootToken root = new VQDR.Expression.RootToken (null);
8
    
31 by Gustav Hartvigsson
Changed over the Variabel class to use FastNumers
9
    // TODO.
1 by Gustav Hartvigsson
* Initial code - far from done
10
    return 0;
11
}