Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (13 loc) · 351 Bytes

how.md

File metadata and controls

28 lines (13 loc) · 351 Bytes
AcDocument { a: string ;                   # qweijqhgwe  






 }
 
 ``` -> Lexer -> `[AcDocument, {, a, :, string, ; , }]`
                    Token[]


Lexer.next()
# => {kind: Name, value: AcDocument }

Lexer.next() = Lexer.advance()
# => {

Lexer.next()
# => {a}

Lexer возвращает смысловые единицы языка



AST