Parses the small arithmetic grammar MWL effects use into an expression tree.
import { parseExpression } from '@datamoc/mw_games/mwl';console.log(parseExpression('level * 2 + 1')); Copy
import { parseExpression } from '@datamoc/mw_games/mwl';console.log(parseExpression('level * 2 + 1'));
Parses the small arithmetic grammar MWL effects use into an expression tree.