MCPcopy Create free account
hub / github.com/MiniJavaCompiler/MiniJavaLLVM / Lexer

Class Lexer

src/compiler/Lexer.java:29–124  ·  view source on GitHub ↗

A framework for building lexical analyzers. Conventions: when a token has been recognized, save the integer code for it in the variable `token' and any corresponding text, if required, in the variable `textToken'.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected