A basic interpreter written in JavaScript Usage node basic.js Currently supports numerical operations (+, -, *, /) with positive and negative intergers & floats. Example: (1 + -2) * 3