Skip to content

Releases: pureexe/irin-lang

Release: v0.0.6

24 Feb 15:08
Compare
Choose a tag to compare

fix: ### multiline comment working incorrectly ###
fix: tokenizeOperator return without trim

Release: v0.0.5

24 Feb 13:44
Compare
Choose a tag to compare

fix: crash on use [*] operator
fix: {a+1} isn't return a1
fix: {5+1} isn't return 6

Release: v0.0.4

28 Dec 02:44
Compare
Choose a tag to compare
  • fix: -> on difference directory
  • fix: expression - and / is wrong because stack popping error.
  • fix: regular expression escape
  • fix: declare variable which isn't following top-down law
  • fix: ### multiline comment working incorrectly ###
  • add: support data<-{other_variable}+5 in header
  • add: error Unexpected declaration in header.
  • add: error Variable name must not start with number.
  • add: error unexpected indentation
  • remove: error Header must have no indent. (replace by unexpected indentation)

Release: v0.0.3

18 Dec 11:40
Compare
Choose a tag to compare

irin-lang.js v0.0.3

  • fix: wrong next pointer in method parseProcess
  • fix: inline-condition return true on undefined and NaN
  • fix: undefined on answer {}, it should be empty
  • add: {0} is user input

Release: v0.0.2

16 Dec 05:57
Compare
Choose a tag to compare

irin-lang.js v0.0.2

  • fix: topic wrong pointer next node
  • fix: in-line variable work incorrectly because conflict on "==" and "==="
  • fix: error has been detect wrong line
  • fix: crash on answer node is missing
  • fix: crash on reply parameter is empty string
  • fix: crash on countIndent()
  • fix: crash on chrome
  • add: error if reply input isn't string
  • add: error if input file path isn't string
  • add: error when call reply before Irin class callback
  • add: error when multiline comment without closing tag

Release: v0.0.1

14 Dec 13:40
Compare
Choose a tag to compare

irin-lang.js v0.0.1

  • initial release
  • tested with browser and node.js
  • tested with Thai and English language
  • more, see documentation