Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 09:54
· 18 commits to main since this release
8d955c6

Changelog

  • 8d955c6 Merge pull request #61 from JunNishimura/feature/add_fizz_buzz_program
  • f250627 add builtin method for and, or, mod operation (#59)
  • 8c95254 add examples for fizz buzz (#59)
  • 12b55b1 add test for and, or, mod command in eval (#59)
  • 1de6cee add test for and, or, mod command in lexer (#59)
  • 4ee7758 add test for and, or, mod command in parser (#59)
  • 683c597 add unit test for embedded ident in string (#60)
  • 57612c7 fix equal builtin function (#59)
  • f59914e fix evalEmbeddedIdentifiers (#59)
  • 06d1aaa handle with embedded idents in string (#60)
  • 9b8815a not to panic in main.go
  • cf90161 refactor lexer (#59)
  • d2be93a update README.md