Jilles Tjoelker 6262b84eee sh: Import arithmetic expression code from dash.
New features:
* proper lazy evaluation of || and &&
* ?: ternary operator
* executable is considerably smaller (8K on i386) because lex and yacc are
  no longer used

Differences from dash:
* arith_t instead of intmax_t
* imaxdiv() not used
* unset or null variables default to 0
* let/exp builtin (undocumented, will probably be removed later)

Obtained from:	dash
2011-02-08 23:18:06 +00:00
..
2010-06-02 09:34:41 +00:00
2011-02-04 16:40:50 +00:00
2010-07-31 21:09:49 +00:00
2011-02-04 16:40:50 +00:00
2011-01-25 11:04:16 +00:00
2010-10-31 19:16:54 +00:00
2010-09-13 01:29:51 +00:00