Skip to content

Releases: wcho21/kal

0.2.1

11 Feb 08:16
bf38241
Compare
Choose a tag to compare

Support currying.

0.2.0

05 Feb 14:33
25f6b81
Compare
Choose a tag to compare

Support built-in functions.

  • 길이(): get length
  • 쓰기(): write to stdout

Support stdout handler via event.

  • execute(input, handler): handler can be registered as a second parameter.

0.1.1

31 Jan 11:03
5301e07
Compare
Choose a tag to compare

Support better error handling with position context.

PR: #48

0.1.0

22 Dec 05:46
2ed696e
Compare
Choose a tag to compare

Syntax

  • Variable assignment (=)
  • Comparison operators (==, !=, >, <, >=, <=)
  • Logical not operator (!)
  • Conditional statement (만약, 아니면)
  • Closure (함수)
  • Number, boolean, and string literals