Skip to content

Releases: rturrado/word_converter

1.2.0

17 Jan 22:37
Compare
Choose a tag to compare
  • Updated grammar to include a list of sentences at the top level.
  • Changed parser to parse the whole stream.
  • Changed tokenizer to generate tokens for the whole stream.
  • Removed conversion manager.

1.1.0

14 Jan 00:28
Compare
Choose a tag to compare

I'm happier now with this implementation.

Added:

  • Tokenizer.
  • Lexer.
  • Parser.
  • AST.
  • Some more tests.

1.0.0

03 Jan 14:28
Compare
Choose a tag to compare

Initial release.

  • Both Windows and Linux.
  • Includes 4 GitHub Actions jobs:
    • building the solution in Windows/Linux x Debug/Release,
    • running the Debug tests, and
    • collecting coverage for the Linux/Debug build.
  • The code coverage doesn't seem to be working fine, as it only shows a 2% of coverage.