comparison parser/Action.d @ 114:3a0cd42de9cc

Removed misc/Error.d and is now using the error system all way through.
author Anders Johnsen <skabet@gmail.com>
date Sun, 25 May 2008 16:40:38 +0200
parents 7ff4bc2accf2
children 6a5f745d351c
comparison
equal deleted inserted replaced
112:d03b011c50e9 114:3a0cd42de9cc
1 module parser.Action; 1 module parser.Action;
2 2
3 import lexer.Token; 3 import lexer.Token;
4
5 import misc.Error;
6 4
7 /** 5 /**
8 Used to indicate what type of operator is used in a given binary expression 6 Used to indicate what type of operator is used in a given binary expression
9 (and unary expressions?) 7 (and unary expressions?)
10 */ 8 */