Skip to content

Releases: devnazir/ip-address-language

v0.1.2

14 Dec 05:47

Choose a tag to compare

Changelog

  • d80ec24 fix: error message when no filename

v0.1.1

14 Dec 05:43

Choose a tag to compare

Changelog

v0.1.0

14 Dec 04:35

Choose a tag to compare

Changelog

  • 4f32c71 chore: add release-ip-lang
  • 71d8352 add goreleaser
  • ed9177d add goreleaser
  • b47f13c init
  • e61ef85 feat: return statement
  • 3e6b5a5 feat: shorthand variable declaration
  • 430c4b8 feat: add if else syntax
  • fdac7fb feat: callable object & array
  • 2194a79 feat: support boolean, array, object
  • 86c571b fix: test
  • cd49bed feat: cache echo output & add test
  • dcdc94b feat: support string template literal
  • e533acd feat: support anonymous fn
  • 6d80f59 refactor: validation parameter logic
  • 62d2dcd feat: member expr object
  • 2b1d173 feat: support parameter & argument
  • 9380dda feat: support call fn expression
  • 4759184 refactor: lexer performance improvement
  • 2733af0 feat: support source syntax & init fn
  • bc195ed fix: subshell syntax
  • 9cde973 feat: add subshell syntax
  • 0fd7042 refactor: variable naming
  • 1fdd8fe fix: echo command with no space
  • b5c6c7d chore: delete test code
  • 262574c chore: delete ds store
  • c80c05e fix: commit untracked files
  • 20851b2 refactor: folder structure
  • 89dfbab feat: support binary expr with variable name
  • 91102e6 feat: implement echo interpreter
  • 7870fce feat: add echo statement
  • 09e8e94 fix: empty value var must have type annotation
  • c656edb feat: support binary expr with ident
  • 8a8534a feat: var keyword can be used without assignment
  • d805767 feat: infer type to binary expr & add token comment
  • b3cbedb feat: support binary expression
  • ae92a5f fix: get start & end cursor from lexer
  • 7f9f160 feat: add type annotation check
  • e0ab094 refactor: create folder for each pkg
  • 85534da feat: add lexer & parser
  • 7f7fcbf chore: init folder
  • 884579c init