|
You are here |
anoopsarkar.github.io | ||
| | | | |
benhoyt.com
|
|
| | | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | | |
dusty.phillips.codes
|
|
| | | | | In part 1 and part 2 of this series, I introduced the project and we wrote some Roc code to load an input file and save the compiled result to a different file. Note: Other articles in this series are collected here. However, we are a long ways from actually having that compiled result available! This article introduces the phases involved in writing a compiler and focus on implementing the first phase, known as lexical analysis or tokenizing. | |
| | | | |
gafter.blogspot.com
|
|
| | | | | One of the ideas for improving the Java Programming Language is "type inference" on variable declarations. The idea is to simplify a pattern... | |
| | | | |
doughellmann.com
|
|
| | | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking. | ||