Class DefaultAsyncParser

Default implementation of the async parser which simply wraps the sync parser in a promise.

A real implementation would create worker threads or web workers to offload the parsing work.

Implements

Constructors

Properties

Methods

Constructors

Properties

syncParser: LangiumParser

Methods