{"id":21902933,"url":"https://github.com/utilforever/2023-matkor-rust-interpreter","last_synced_at":"2025-11-03T18:09:25.305Z","repository":{"id":153807712,"uuid":"609559471","full_name":"utilForever/2023-MatKor-Rust-Interpreter","owner":"utilForever","description":"2023년 고려대학교 MatKor 스터디 - Rust 기초 프로그래밍 + 인터프리터 만들기","archived":false,"fork":false,"pushed_at":"2023-08-10T18:45:15.000Z","size":20355,"stargazers_count":343,"open_issues_count":0,"forks_count":35,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-25T05:57:53.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utilForever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-04T14:47:58.000Z","updated_at":"2025-06-05T10:24:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2f6dd45-cc3d-4caf-af3e-136097b94417","html_url":"https://github.com/utilForever/2023-MatKor-Rust-Interpreter","commit_stats":{"total_commits":99,"total_committers":1,"mean_commits":99.0,"dds":0.0,"last_synced_commit":"b4d135a8a5622260fad93376514ede67c3eebe12"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utilForever/2023-MatKor-Rust-Interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2023-MatKor-Rust-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2023-MatKor-Rust-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2023-MatKor-Rust-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2023-MatKor-Rust-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utilForever","download_url":"https://codeload.github.com/utilForever/2023-MatKor-Rust-Interpreter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2023-MatKor-Rust-Interpreter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263219655,"owners_count":23432710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T15:22:19.927Z","updated_at":"2025-11-03T18:09:25.277Z","avatar_url":"https://github.com/utilForever.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2023-MatKor-Rust-Interpreter\n\n2023-MatKor-Rust-Interpreter is the material(lecture notes, examples and assignments) repository for learning Rust programming language and making simple interpreter that I'll teach the club 'MatKor' at Korea University in the spring of 2023.\n\n## Contents\n\n- Week 0 (3/16) [[Lecture]](./1%20-%20Lecture/230316%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%200.pdf)\n  - Introduction\n- Week 1 (3/16) [[Lecture]](./1%20-%20Lecture/230316%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%201.pdf) [[Assignment]](./3%20-%20Assignment/230316%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%201/) [[Solution]](./4%20-%20Solution/230316%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%201/)\n  - A Tour of Rust, Part 1\n  - Assignment #1\n- Week 2 (3/23) [[Lecture]](./1%20-%20Lecture/230323%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%202.pdf) [[Assignment]](./3%20-%20Assignment/230323%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%202/) [[Solution]](./4%20-%20Solution/230323%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%202/)\n  - A Tour of Rust, Part 2\n  - Assignment #2\n- Week 3 (3/30) [[Lecture]](./1%20-%20Lecture/230330%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%203.pdf) [[Assignment]](./3%20-%20Assignment/230330%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%203/) [[Solution]](./4%20-%20Solution/230330%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%203/)\n  - A Tour of Rust, Part 3\n  - Assignment #3\n- Week 4 (4/6) [[Lecture]](./1%20-%20Lecture/230406%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%204.pdf) [[Assignment]](./3%20-%20Assignment/230406%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%204/) [[Solution]](./4%20-%20Solution/230406%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%204/)\n  - A Tour of Rust, Part 4\n  - Assignment #4\n- Week 5 (4/13)\n  - A Tour of Rust, Part 5\n  - Assignment #5\n- Week 6 (5/11) [[Code]](./2%20-%20Code/230511%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%206/) [[Assignment]](./3%20-%20Assignment/230511%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%206/) [[Solution]](./4%20-%20Solution/230511%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%206/)\n  - Lexing\n    - Lexical Analysis\n    - Defining Tokens\n    - The Lexer\n    - Extending our Token Set and Lexer\n    - First REPL\n  - Assignment #6\n- Week 7 (5/18) [[Code]](./2%20-%20Code/230518%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%207/)\n  - Parsing, Part 1\n    - Parsers\n    - Writing a Parser for the Monkey Programming Language\n    - Parser's first step: Parsing let statements\n- Week 8 (7/7) [[Code]](./2%20-%20Code/230707%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%208/)\n  - Parsing, Part 2\n    - Parsing Return Statements\n    - Parsing Expressions\n- Week 9 (7/13) [[Code]](./2%20-%20Code/230713%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%209/) [[Assignment]](./3%20-%20Assignment/230713%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%209/)\n  - Parsing, Part 3\n    - How Pratt Parsing Works\n    - Extending the Parser, Part 1\n  - Assignment #7\n- Week 10 (7/23) [[Code]](./2%20-%20Code/230723%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%2010/) [[Assignment]](./3%20-%20Assignment/230723%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%2010/)\n  - Parsing, Part 4\n    - Extending the Parser, Part 2\n    - Read-Parse-Print-Loop\n  - Assignment #8\n- Week 11 (7/27) [[Code]](./2%20-%20Code/230727%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%2011/)\n  - Evaluation, Part 1\n    - Giving Meaning to Symbols\n    - Strategies of Evaluation\n    - A Tree-Walking Interpreter\n    - Representing Objects\n      - Foundation of Object System\n      - Integers\n      - Booleans\n      - Null\n    - Evaluating Expressions\n      - Integer Literals\n      - Completing the REPL\n      - Boolean Literals\n      - Null\n- Week 12 (8/6) [[Code]](./2%20-%20Code/230806%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%2012/)\n  - Evaluation, Part 2\n    - Evaluating Expressions\n      - Prefix Expressions\n      - Infix Expressions\n    - Conditionals\n    - Return Statements\n    - Error Handling\n- Week 13 (8/10) [[Code]](./2%20-%20Code/230810%20-%20Rust%20Basic%20%2B%20Make%20Interpreter%2C%20Week%2013/)\n  - Evaluation, Part 3\n    - Bindings \u0026 The Environment\n    - Functions \u0026 Function Calls\n    - Who's taking the trash out?\n\n## References\n\n- Beginner\n  * [The Rust Programming Language](https://doc.rust-lang.org/book/)\n  * [Rustlings](https://github.com/rust-lang/rustlings/)\n  * [Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/)\n  * [Rust-101 by Ralf Jung](https://www.ralfj.de/projects/rust-101/main.html)\n  * [Exercism - Rust](https://exercism.org/tracks/rust)\n  * [Book: The Rust Programming Language](http://www.yes24.com/Product/Goods/83075894)\n  * [Book: Rust in Action](https://www.manning.com/books/rust-in-action)\n  * [Book: Programming Rust](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/)\n- Intermediate\n  * [The Standard Library](https://doc.rust-lang.org/std/index.html)\n  * [The Edition Guide](https://doc.rust-lang.org/edition-guide/index.html)\n  * [The Cargo Book](https://doc.rust-lang.org/cargo/index.html)\n  * [The rustdoc Book](https://doc.rust-lang.org/rustdoc/index.html)\n  * [The rustc Book](https://doc.rust-lang.org/rustc/index.html)\n  * [Book: Concurrent Programming](http://www.yes24.com/Product/Goods/108570426)\n  * [Book: Rust for Rustaceans](https://rust-for-rustaceans.com/)\n- Advanced\n  * [The Rust Reference](https://doc.rust-lang.org/reference/index.html)\n  * [The Rustonomicon](https://doc.rust-lang.org/nomicon/index.html)\n  * [The Rust Unstable Book](https://doc.rust-lang.org/nightly/unstable-book/index.html)\n\n## How To Contribute\n\nContributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.\n\n## Contact\n\nYou can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.\n\n## License\n\n\u003cimg align=\"right\" src=\"http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png\"\u003e\n\nThe class is licensed under the [MIT License](http://opensource.org/licenses/MIT):\n\nCopyright \u0026copy; 2023 [Chris Ohk](http://www.github.com/utilForever).\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilforever%2F2023-matkor-rust-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futilforever%2F2023-matkor-rust-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilforever%2F2023-matkor-rust-interpreter/lists"}