Skip to content

Instantly share code, notes, and snippets.

View pfmiles's full-sized avatar
🚀
Busy...may not respond.

pf_miles pfmiles

🚀
Busy...may not respond.
View GitHub Profile
@smarr
smarr / truffle-material.md
Last active April 2, 2025 18:27
Truffle: Languages and Material
@staltz
staltz / introrx.md
Last active April 19, 2025 05:15
The introduction to Reactive Programming you've been missing
@pfmiles
pfmiles / DropinTemplateLexer.java
Created April 22, 2012 14:34
Java enumerable lexer example, using capturing groups.
public class DropinTemplateLexer {
private static final String LINE_SEP = System.getProperty("line.separator");
private static final char NL = '\n';
/**
* lexer rules
*
* <pre>
* ESCAPED ::= '\\\\#|\\\\\\$'