Skip to content

New compiler artifacts

Latest

Choose a tag to compare

@dwRchyngqxs dwRchyngqxs released this 22 Feb 06:26

Update artifacts and include spike+pk to save time spinning up containers on student machines.

What's Changed

  • Update Makefile by @dwRchyngqxs in #20
  • Fixed memory leaks in parser by @simon-staal in #23
  • Refactor compiler skeleton by @simon-staal in #22
  • Renamed cli.h into cli.hpp, used structured bindings, made cli and compiler more consistent by @Fiwo735 in #24
  • Merge last year dev changes to main by @simon-staal in #26
  • Added better error messages in Flex with yylineno + some minor visual fixes by @Fiwo735 in #28
  • Add clang-format based on existing Google style by @saturn691 in #32
  • Add CMakeLists.txt and remove test.sh by @saturn691 in #34
  • Rename compiler_tests/ to tests/ and move debugging/ to docs by @saturn691 in #37
  • Make and CMake optimisation levels by @Fiwo735 in #38
  • Spec rewording to accomodate DCE test cases by @Fiwo735 in #39
  • Extension ideas by @Fiwo735 in #36
  • More sanitizer, no asan interruption, dump coverage on segfault by @dwRchyngqxs in #29
  • Added return code check for cmake (configure + generate) by @Fiwo735 in #43
  • Tests self validation mode by @Fiwo735 in #45

New Contributors

Full Changelog: v2.0.0...v2.1.0