You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we won't do much semantic analysis for the time being (tacit assumption: we are being fed 'valid' modfiles and just want to do codegen), but if we wanted to build a proper compiler, it would be important checking for:
all vars in exprs defined
scoping
units (modlunit)
all vars in STATE have the corresponding derivatives in DERIVATIVE
SOLVE solves DERIVATIVE with known METHOD
The text was updated successfully, but these errors were encountered:
we won't do much semantic analysis for the time being (tacit assumption: we are being fed 'valid'
mod
files and just want to do codegen), but if we wanted to build a proper compiler, it would be important checking for:The text was updated successfully, but these errors were encountered: