fspl/parser/fspl/doc.go

7 lines
362 B
Go

// Package fsplParser implements the parsing stage of the FSPL compiler.
// The parser takes in a stream of tokens from the lexer and converts them into
// an abstract syntax tree (AST), which is assembled out of structures from the
// entity package. The parser only fills out fields on the structures that
// pertain to position and syntax.
package fsplParser