diff --git a/examples/advanced/python3.lark b/examples/advanced/python3.lark index b3cb2c5..cb3b077 100644 --- a/examples/advanced/python3.lark +++ b/examples/advanced/python3.lark @@ -1,8 +1,6 @@ // Python 3 grammar for Lark -// NOTE: Work in progress!!! (XXX TODO) -// This grammar should parse all python 3.x code successfully, -// but the resulting parse-tree is still not well-organized. +// This grammar should parse all python 3.x code successfully. // Adapted from: https://docs.python.org/3/reference/grammar.html // Adapted by: Erez Shinan