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 May 14, 2024 07:48
Truffle: Languages and Material
@staltz
staltz / introrx.md
Last active July 15, 2024 15:43
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 ::= '\\\\#|\\\\\\$'