Open
Description
These expressions are valid in xpp (e.g. see Ermentrout 2001, p. 16):
dv.1/dt = -v.1
aux P.E.=21v.1
Functions, variables etc allow dots (not sure if prefix/suffix dots work though). To implement this feature you'd probably need to fix the regex in t_ID
in the lexer and include dots, not sure if other things will then explode though.