Files
aarzilli 43b64ec39e proc: Implements expression interpreter
Supported operators:

- All (binary and unary) operators between basic types except <-,
++ and -- (includes & to take the address of an expression)
- Comparison operators between supported compound types
- Typecast of integer constants into pointer types
- struct members
- indexing of arrays, slices and strings
- slicing of arrays, slices and strings
- pointer dereferencing
- true, false and nil constants

Implements #116, #117 and #251
2015-11-04 12:28:48 +01:00
..
2015-08-11 08:37:27 -05:00
2015-10-27 19:38:57 -07:00
2015-06-12 14:49:23 -05:00
2015-08-12 09:30:47 -05:00
2015-06-12 14:49:23 -05:00
2015-06-12 14:49:23 -05:00
2015-06-12 14:49:23 -05:00
2015-10-22 10:14:24 -07:00