Difference between revisions of "Compilers"
Jump to navigation
Jump to search
m (Add links to four compiler design resources.) |
m (Abstract Syntax Trees (AST)) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
<ul> | <ul> | ||
| − | (1) https://github.com/IUCompilerCourse/Essentials-of-Compilation | + | (1) https://github.com/IUCompilerCourse/Essentials-of-Compilation <br /> |
| − | (2) https://lunacookies.github.io/lang/ | + | (2) https://lunacookies.github.io/lang/ <br /> |
| − | (3) https://www.cs.cmu.edu/afs/cs/academic/class/15411-f21/www/ | + | (3) https://www.cs.cmu.edu/afs/cs/academic/class/15411-f21/www/ <br /> |
| − | (4) https://www.youtube.com/channel/UCLd3PQ6J0C-VuNBozsXGUWg/playlists | + | (4) https://www.youtube.com/channel/UCLd3PQ6J0C-VuNBozsXGUWg/playlists <br /> |
| + | |||
| + | Search used on startpage.com for info about Rust compiler design: "design of rust language compiler". Some results of that search . . . | ||
| + | |||
| + | * https://rust-hosted-langs.github.io/book/chapter-interp-compiler-design.html | ||
| + | |||
| + | 2025-12-12 | ||
| + | |||
| + | Abstract Syntax Trees (AST) | ||
| + | |||
| + | * https://blog.trailofbits.com/2024/05/02/the-life-and-times-of-an-abstract-syntax-tree/ | ||
Latest revision as of 17:06, 12 December 2025
Compiler Design
From the first forum response in the above Reddit link:
-
(1) https://github.com/IUCompilerCourse/Essentials-of-Compilation
(2) https://lunacookies.github.io/lang/
(3) https://www.cs.cmu.edu/afs/cs/academic/class/15411-f21/www/
(4) https://www.youtube.com/channel/UCLd3PQ6J0C-VuNBozsXGUWg/playlists
Search used on startpage.com for info about Rust compiler design: "design of rust language compiler". Some results of that search . . . 2025-12-12 Abstract Syntax Trees (AST)