Skip to main content
Module

x/leac/leac.ts>Options

Lexer / tokenizer
Latest
type alias Options
import { type Options } from "https://deno.land/x/leac@v0.6.0/leac.ts";

Lexer options (not many so far).

definition: { lineNumbers?: boolean; }