Skip to main content
Module

x/tokenizer/mod.ts

⚙️ A simple tokenizer for deno
import * as tokenizer from "https://deno.land/x/tokenizer@0.1.0/mod.ts";

Classes

Tokenizes given source string into tokens

Interfaces

Represents a Rule to be scanned for in the Tokenizer

Represents the Token that will be return on a match when scanning in the Tokenizer