Skip to content
Snippets Groups Projects
Select Git revision
  • 3e57cda5e9543a0ef36e854a5c3450c462fc07a8
  • master default protected
  • homeexam
  • stacked_borrows
  • generics_and_traits
  • crane_lift
  • spans
  • rust_syntax
  • type_check
  • expression
  • fallible
11 results

CHANGELOG.md

Blame
  • Forked from Per Lindgren / D7050E_2020
    5 commits behind the upstream repository.

    Changelog for the repository

    2020-10-18

    • Update with HOME_EXAM.md

    2020-09-03-2020-10-18

    • Added various branches

      • generics_and_traits, showcasing how specialization (monomorphization) is possible for generics and traits in Rust/Rust like languages.

      • rust_syntax, a succinct grammar for a subset of Rust, loosely based on Chapter 8

      • type_check, showcasing how you can use matching over algebraic data types

      • spans, showcasing how you extract span information

      • fallible, fallible iterators allowing to iterate while condition holds

    2020-09-03

    • Updated ast with Display

    2020-09-03

    • Added src/comment

      • single and multiline comments
    • Added src/ast

      • abstract syntax tree example

    2020-08-31

    • Initial README.md
    • Setup simple example