dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
121 stars 21 forks source link

Consider changing Value from std.variant.Algebraic to TaggedAlgebraic. #43

Open Abscissa opened 8 years ago

Abscissa commented 8 years ago

ParserEvent was recently changed from std.variant.Algebraic to TaggedAlgebraic. Consider doing the same for Value.

Might want to do this together with #42.