Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

BytecodeApi.Lexer

General purpose tokenizer for parsing of any syntax.

Examples

See: Examples

Changelog

5.0.0 (15.02.2026)

  • change: Targeting .NET 10.0

4.0.0 (15.09.2025)

  • change: Targeting .NET 9.0
  • new: Token.Is method overloads

3.0.1 (27.09.2023)

  • new: Lexer method overloads with RegexOptions parameter
  • change: Replaced Func<string, string>? parameters with Func<Match, string>?

3.0.0 (08.09.2023)

  • Initial release