Skip to content

Instantly share code, notes, and snippets.

View MajorTom3K1M's full-sized avatar
🎯
Focusing

MajorTom MajorTom3K1M

🎯
Focusing
View GitHub Profile
import java.util.*;
%%
%class lexical
%standalone
%unicode
%line
%column
LineTerminator = \r | \n | \r\n
Numbers = [0-9]+
Keywords = "if"|"then"|"else"|"endif"|"while"|"do"|"endwhile"|"print"|"newline"|"read"
import java.util.*;
%%
%class lexical
%standalone
%unicode
%line
%column
LineTerminator = \r|\n|\r\n
Numbers = [0-9]+
Keywords = "if"|"then"|"else"|"endif"|"while"|"do"|"endwhile"|"print"|"newline"|"read"