Explore >> Select a destination


You are here

vlad.website
| | andreabergia.com
3.6 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format ??thispost A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective In this post, I will discuss the .
| | harelang.org
0.0 parsecs away

Travel
| |
| | twomorecents.org
1.7 parsecs away

Travel
| | [AI summary] This text is a detailed exploration of the development and implementation of a regular expression engine, drawing from the works of several key figures in the field. It covers various features and techniques, including capturing groups, backreferences, numeric ranges, and the use of threads to simulate backtracking. The author also discusses the inspiration from Russ Cox, Rob Pike, and Ken Thompson, and their contributions to the field of regular expressions and computing.
| | typesanitizer.com
31.8 parsecs away

Travel
| A discussion of different developer tools which (can) build on top of a compiler, and how those affect compiler design.