plume-lang / plume

Plume is a lightweight programming language that aims to be portable, powerful and easy to learn.
MIT License
12 stars 2 forks source link

New Plume syntax #1

Closed thomasvergne closed 5 months ago

thomasvergne commented 5 months ago

Introducing new syntax for the core language, including a more mature way to write Plume code and less ambiguous syntax to both help the parser to do better work and the user to write without any compiler distraction.

This new syntax includes some major changes such as:

Globally, indented blocks are replaced with braces-delimited blocks.

Notable changes