parse


Description:

public async void parse () throws Error

Parse file and build AST path maps.

Compares file modification time with last_parsed. If they match, this is a NOOP. Otherwise, clears the hashmaps and rebuilds them by traversing the AST.

Exceptions:

Error

if parsing fails