Posted 18 years ago
by Norm Penrod
I can't figure out what I am missing regarding operators. Following the example of the Simple language, I created my various operators enclosed in the tags "<Token IsSignificant="false">OperatorOrPunctuatorStart</Token>" and "<Token IsSignificant="false">OperatorOrPunctuatorEnd</Token>". When I generate the files I have a cs file for evey ast node as expected but the OperatorType.cs which holds the enum for operators in the Simple language isn't created. Does that enum have to be built by hand? Since I have nearly 50 operators it would be nice to have it auto-generated.
Regards,
Norm
[Modified at 09/03/2006 10:18 PM]
Regards,
Norm
[Modified at 09/03/2006 10:18 PM]