MCPcopy Create free account
hub / github.com/avicoder/spoodle / Lexer

Class Lexer

dnslib/lex.py:12–138  ·  view source on GitHub ↗

Simple Lexer base class. Provides basic lexer framework and helper functionality (read/peek/pushback etc) Each state is implemented using a method (lexXXXX) which should match a single token and return a (token,lexYYYY) tuple, with lexYYYY representing the

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