visnyin / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add increment and decrement to SISD #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  ++i, i++, --i, i--

Original issue reported on code.google.com by wuye9036 on 11 Nov 2011 at 9:57

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 39bf1d9b64cf.

SASL:
  Update code lines.
  Add unary_operators.ss.

Original comment by wuye9036 on 11 Nov 2011 at 12:50

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 91d80ad2a6aa.

SASL:
  Add unary_operators.ss.

Original comment by wuye9036 on 11 Nov 2011 at 12:50

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2e15e85b3c68.

SASL:
  Add inc_dec token to lex.

Original comment by wuye9036 on 11 Nov 2011 at 12:50

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 7df6bb8df0a9.

SASL:
  More prefix expression and postfix expression support.

Original comment by wuye9036 on 11 Nov 2011 at 12:50

GoogleCodeExporter commented 8 years ago
This issue was updated by revision e4994000df38.

SASL:
  Add ++i/--i/i++/i-- support and tested.
  Add build document to readme.

Original comment by wuye9036 on 18 Nov 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Support vector ++/-- later.

Original comment by wuye9036 on 18 Nov 2011 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:16