Skip to content

Commit

Permalink
vault backup: 2023-10-10 12:45:43
Browse files Browse the repository at this point in the history
Affected files:
content/notes/university/year-3.md
content/notes/university/year3/cs3072/cs3072-sources.md
  • Loading branch information
pietraferreira committed Oct 10, 2023
1 parent 34a9848 commit 5654e1e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/notes/university/year-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Lecturer: Fang Wang
- [[notes/daily/2023-09-28|2023-09-28 - First Meeting]]
- [[notes/daily/2023-10-05|2023-10-05 - Second Meeting]]
- 📚 Reading list
- Sources
- ❗Assessments

# [CS3001](notes/university/year3/cs3001/cs3001.md) - Advanced Topics
Expand Down
30 changes: 30 additions & 0 deletions content/notes/university/year3/cs3072/cs3072-sources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "FYP Sources"
tags:
- university
module: cs3072
lecturer:
created: 2023-10-10
year: '3'
type: notes
---
---
- [Rust's language ergonomics initiative](https://blog.rust-lang.org/2017/03/02/lang-ergonomics.html)
- [RustViz](https://github.com/rustviz/rustviz)
- [Paper](https://web.eecs.umich.edu/~comar/rustviz-vlhcc22.pdf)
- [Rust - References and Borrowing](https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html)
- [Stack Overflow Annual Developer Survey](https://insights.stackoverflow.com/survey)
- [Rust Analyzer](https://rust-analyzer.github.io/manual.html#installation)
- [A Beginner's Guide to Parsing in Rust](https://depth-first.com/articles/2021/12/16/a-beginners-guide-to-parsing-in-rust/)
- [Writing a Simple Parser in Rust](https://adriann.github.io/rust_parser.html)
- [Parsing Text with Nom](https://stevedonovan.github.io/rust-gentle-intro/nom-intro.html)
- [Nom Docs](https://docs.rs/nom/latest/nom/)
- [More Nom Docs](https://crates.io/crates/nom)
- [Syn - Parser for Rust source code](https://github.com/dtolnay/syn)
- [Syn Docs](https://docs.rs/syn/2.0.37/syn/parse/index.html)
- [Rust Parsers Masterlist](https://github.com/Kixiron/rust-langdev#parsers)
- [Tree-sitter - Creating Parsers](https://tree-sitter.github.io/tree-sitter/creating-parsers)
- [Rust Reference on Tokens](https://doc.rust-lang.org/reference/tokens.html?highlight=gramma#tokens)
- [Rust binding to the Tree-sitter parsing library](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_rust)
- [Rust grammar for Tree-sitter](https://github.com/tree-sitter/tree-sitter-rust)
- [Winnow - Rust "do everything" parser](https://docs.rs/winnow/latest/winnow/)

0 comments on commit 5654e1e

Please sign in to comment.