Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
-
A simple showcase on how to create a simple math language in python with lark
Python 5
-
-
-
191 contributions in the last year
Contribution activity
December 2020
Created 9 commits in 3 repositories
Created 3 repositories
- MegaIng/syntax-extensions-base Python
- MegaIng/python-magic Python
- MegaIng/ebnf Python
Created a pull request in lark-parser/lark that received 1 comment
Prevent unreadable exceptions.
we said 't_name should always be in terminals_by_name'. Well, isn't the case when the expected set contains wither $END or a %declared terminal.
+3
−1
•
1
comment
Opened 2 other pull requests in 2 repositories
lark-parser/lark
1
open
MegaIng/ebnf
1
merged
Reviewed 6 pull requests in 1 repository
lark-parser/lark 6 pull requests
- Add link to the repo with real-life Lark grammars
- Grammar: Added new %override statement for rewriting imported rules (like in class inheritance)
- Add grammar for ISO 8601 (datetime)
- Fix reference to error_puppet example
- type stubs: A consistent type for `Token.value`
- type stubs: Allows `v_args` to decorate a class.
Created an issue in MegaIng/syntax-extensions-base that received 12 comments
A better idea.
@pfalcon Just pinging you to make you aware of the fact that I decided to create a somewhat general system for creating extensions for python. Curr…
12
comments