Skip to content

Releases: KDesp73/kdscript

kdscript v0.0.3

30 May 14:00
8876e9c
Compare
Choose a tag to compare

Changes

  • fixed scope / comments
  • implemented else if

What's Changed

Full Changelog: v0.0.2...v0.0.3

kdscript v0.0.2

27 May 17:13
d7c18ed
Compare
Choose a tag to compare

Added

  • Exit Keyword
  • mod operator

What's Changed

Full Changelog: v0.0.1...v0.0.2

kdscript v0.0.1

26 May 22:26
Compare
Choose a tag to compare

Supports

  • Printing
  • If-Else
  • While
  • Processes
  • Int-Float-String types
  • Input
  • Block Escaping (break and return are the same thing)
  • Comments
  • Variables
  • Recursion
  • Math Expressions (+,-,*,/)

New Contributors

Full Changelog: https://github.com/KDesp73/kdscript/commits/v0.0.1