|
| Language.WebIDL.Lexer | | Portability | portable | | Stability | experimental | | Maintainer | golubovsky@gmail.com |
|
|
|
| Description |
| FFI access to the WebIDL lexer from the es-operating-system project.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Data type to represent IDL tokens.
| | Constructors | | Token | | | tag :: Int | whatever yylex() returns
| | line :: Int | starting line
| | column :: Int | starting column
| | name :: String | token value or an empty string
|
|
| Instances | |
|
|
|
| Get a token from the lexer. Upon EOF, token with tag 0 will be returned.
|
|
|
| Tokenize the standard input.
|
|
| Produced by Haddock version 2.4.2 |