Module yaccas::scanner [] [src]

This module contains Scanner which maps command line arguments to Tokens dependently from OS.

Structs

Unix

This scanner scans (case sensitive) according to the command line syntax of UNIX.

Windows

This scanner scans (case insensitive) according to the command line syntax of Microsoft(R) Windows.

Enums

Token

An enum about the valid types of strings as input.

Traits

Scanner

A trait for structs which represents scanner.