To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/vqdr/trunk
1
2
3
4
5
6
7
8
9
10
11
|
using VQDR.Expression;
using Vee;
int main (string[] args) {
VQDR.Expression.Context ctx = new VQDR.Expression.Context ();
VQDR.Expression.RootToken root = new VQDR.Expression.RootToken (null);
// TODO.
return 0;
}
|