Module solang_parser::lexer

source ·
Expand description

Custom Solidity lexer.

Solidity needs a custom lexer for two reasons:

  • comments and doc comments
  • pragma value is 1+

  1.  

Structs

  • Custom Solidity lexer.

Enums

Functions

  • Returns whether word is a keyword in Solidity.

Type Aliases