Closed BoneCrasher closed 6 years ago
parse_function
Add a short summary.
Each BlockDeclaration has a Span attached to it, which gives the offset, length, line and column of the respective "first character" of the block. It is default initialized and returned from parsing.
Give some examples.
//... ], block: BlockDeclaration { span: Span::new(0, 0, 1, 1), statements: [ Return(
Give some references about research or otherwise relevant information.
Feature: Name
parse_function
Summary
Add a short summary.
Each BlockDeclaration has a Span attached to it, which gives the offset, length, line and column of the respective "first character" of the block. It is default initialized and returned from parsing.
Examples
Give some examples.
References
Give some references about research or otherwise relevant information.