se.chalmers.cs.gf.parse.lex
Class FormalLexer

java.lang.Object
  extended by se.chalmers.cs.gf.parse.lex.RegexLexer
      extended by se.chalmers.cs.gf.parse.lex.FormalLexer
All Implemented Interfaces:
Lexer

public class FormalLexer
extends RegexLexer

A simple lexer for programming language-like languages.


Constructor Summary
FormalLexer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class se.chalmers.cs.gf.parse.lex.RegexLexer
lex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormalLexer

public FormalLexer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException