PATH: //lib64/python3.9/lib2to3
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 Grammar.txt
↓
X
📄 Grammar3.9.25.final.0.pickle
↓
X
📄 PatternGrammar.txt
↓
X
📄 PatternGrammar3.9.25.final.0.pickle
↓
X
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 btm_matcher.py
↓
X
📄 btm_utils.py
↓
X
📄 fixer_base.py
↓
X
📄 fixer_util.py
↓
X
📁 fixes/
X
📄 main.py
↓
X
📄 patcomp.py
↓
X
📁 pgen2/
X
📄 pygram.py
↓
X
📄 pytree.py
↓
X
📄 refactor.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: PatternGrammar.txt
# Copyright 2006 Google, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. # A grammar to describe tree matching patterns. # Not shown here: # - 'TOKEN' stands for any token (leaf node) # - 'any' stands for any node (leaf or interior) # With 'any' we can still specify the sub-structure. # The start symbol is 'Matcher'. Matcher: Alternatives ENDMARKER Alternatives: Alternative ('|' Alternative)* Alternative: (Unit | NegatedUnit)+ Unit: [NAME '='] ( STRING [Repeater] | NAME [Details] [Repeater] | '(' Alternatives ')' [Repeater] | '[' Alternatives ']' ) NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')') Repeater: '*' | '+' | '{' NUMBER [',' NUMBER] '}' Details: '<' Alternatives '>'
SIMPAN PERUBAHAN