Skip to content

Karl v0.2.0

Choose a tag to compare

@pwaillette pwaillette released this 29 Oct 20:38
397e83d

🍂 Changelogs

  • New file extension: .karl instead of .ry
  • New condition operators: && and ||
  • New statements: else -> and else if (condition) -> {
  • Reduce at lines in error messages
  • New: Variable increment and decrement
  • New condition: if(boolean) -> {//code}
  • Add support for float numbers
  • Add support for multiple ! in condition: !!false -> true but !!!false -> false
  • Add arrows to if and else statements

⚠️ Versionning will change in next versions, including change management.
🍃 Next version will provide updated documentation