Skip to content

Version 0.5.0: extended grammar

Compare
Choose a tag to compare
@arnaud-m arnaud-m released this 23 Nov 16:42
· 274 commits to main since this release
e99fc40
  • Extend the grammar with the operator && and constants.
  • Improve the generation model.
  • Add many word lists.

What's Changed

  • Issue #9 Workflow running Maven tests on each push. by @Imp95 in #33
  • Add AND #22 by @margauxschmied in #30
  • Add Integers into parser and solvers by @FissoreD in #36
  • Add more word lists and scripts by @arnaud-m in #44
  • Refactor the interface ICryptaNode by @arnaud-m in #46
  • Added caching following instruction not sure there is another way; now both regular and extended tests are ran. by @Imp95 in #51
  • Use constant in the parse tree for minus + graphviz export handles constants by @arnaud-m in #55
  • Refactor, clarify, and document generation model by @arnaud-m in #56
  • Allow && + allow double ticks #49 #50 by @margauxschmied in #57
  • Improve cryptarithm generation based on a words list by @arnaud-m in #65
  • Format the code, fix checkstyle errors, and improve code coverage by @arnaud-m in #66

New Contributors

Full Changelog: v0.4.1...v0.5.0