GitHub / SreecharanV / Tokenization-and-Categorization-using-OCaml-A-Lexical-Analysis-Approach
An OCaml-based lexical analyzer that identifies and classifies tokens such as identifiers, operators, punctuation symbols, integer literals, and keywords. The project involves tokenizing input text, categorizing tokens, and printing them with their respective categories. Key functions include tokenize, is_alnum, is_punctuation, and print_tokens.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: OCaml
Size: 241 KB
Dependencies parsed at: Pending
Created at: 11 months ago
Updated at: 11 months ago
Pushed at: 11 months ago
Last synced at: about 2 months ago
Topics: lexical-analysis, lexical-analyzer, ocaml, ocaml-program, tokenization