[][src]Module romulus::lex

A module which extracts romulus tokens out of string content

Enums

Token

Represents the individual grammer entity in romulus

Functions

full_lex

Lexes a given string and returns all tokens found

lex

Lexes a given string and returns only significant tokens in a romulus program