-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update implementation of PhysioLog to use Lark
Specifically, we define the parser using a Lark grammar, and then generate the parser code using Lark's `lark` command-line tool, which generates a Python module (`_generated.py`) that we can import.
- Loading branch information
1 parent
558bd8a
commit d3bcc80
Showing
3 changed files
with
5,251 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.