New, more flexible, parser context datatype that includes and extends
the previous flags allowForest and allowVarRef. Added binary operator (work in progress). Better implementation of +=,-=,*=, and /= (new) operators.
This commit is contained in:
@@ -63,4 +63,5 @@ func evalFraction(ctx ExprContext, opTerm *term) (v any, err error) {
|
||||
// init
|
||||
func init() {
|
||||
registerTermConstructor(SymVertBar, newFractionTerm)
|
||||
// registerTermConstructor(SymColon, newFractionTerm)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user