Skip to content
dildik edited this page Apr 22, 2013 · 3 revisions

Document Status: Draft / Work in Progress

This article is a draft and work in progress. Feel free to comment and discuss on the issue tracker.

Remarks

Interface specification

Lexer Specification

The lexer provides a stream of token available one by one with the method:

public Token getNextToken();

A token represents a lexem combined with kind and position inside the source code. The token definition can be found inside the repositry.

Clone this wiki locally