I wrote:
> The language is beginning to look usable ;-) Still have a few
> more small items left, though.

We now also have C-like relational operators:

- ==, <, and >, as aliases for equal(), below(), and above()

- unary "not" for use with "if". Since the PFPU doesn't have a
  logical not instruction, we handle this entirely within the
  parser and flip the arguments of an "if" in case the condition
  has a "not".

  Trying to use "not" in any other way will produce a complaint
  from code generation.

- building upon unary not, !=, >=, and <=

We don't have && and ||. Not sure if they'd be of much use.

- Werner
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to