Module ezno_parser::ast
source · Expand description
Re-exports or generator and general use
Re-exports
pub use crate::Keyword;pub use crate::NumberStructure;pub use self::assignments::LHSOfAssignment;pub use self::assignments::VariableOrPropertyAccess;pub use crate::expressions::*;pub use crate::statements::*;
Structs
- Id given to AST that declares a variable
Enums
- TODO spread attributes and boolean attributes
- A variable declaration name, used in variable declarations and function parameters. See destructuring
Functions
- Used for lexing
- Used for lexing