Skip to content

Code of Copper v0.2.0

Compare
Choose a tag to compare
@moxvallix moxvallix released this 21 Feb 03:59

[0.2.0] - 2023-02-21

Two new literal types, and cleanup of syntax.

Added

  • Object variant of literal
  • Alphanumeric pseudo-variant of literal
    • Only allows [A-Za-z0-9_]
    • First character must match [A-Za-z]
  • Regex variant of literal
    • String-regex matching using the match function

Changed

  • Let now takes an alphanumeric literal in the name field, rather than a string.
  • Variables no longer need a "$" in front of the name

Fixed

  • Fixed blocks not dropping while the golem was running the break command
  • Tools can no longer go below zero durability