Update README.md
Browse files
README.md
CHANGED
@@ -115,10 +115,10 @@ The natural language text (docstring) is in English.
|
|
115 |
*a. Function-level and Class-level*
|
116 |
```
|
117 |
{
|
118 |
-
"identifier": "REDUCE",
|
119 |
-
"return_type": "<not_specify>"
|
120 |
"repo": "irshadbhat/sndpcs",
|
121 |
"path": "arc_eager.py",
|
|
|
|
|
122 |
"language": "Python",
|
123 |
"code": "def REDUCE(self, configuration, label=None):\n b0 = configuration.b0\n configuration.stack.pop()",
|
124 |
"code_tokens": "def REDUCE ( self , configuration , label = None ) : b0 = configuration . b0 configuration . stack . pop ( )",
|
|
|
115 |
*a. Function-level and Class-level*
|
116 |
```
|
117 |
{
|
|
|
|
|
118 |
"repo": "irshadbhat/sndpcs",
|
119 |
"path": "arc_eager.py",
|
120 |
+
"identifier": "REDUCE",
|
121 |
+
"return_type": "<not_specify>"
|
122 |
"language": "Python",
|
123 |
"code": "def REDUCE(self, configuration, label=None):\n b0 = configuration.b0\n configuration.stack.pop()",
|
124 |
"code_tokens": "def REDUCE ( self , configuration , label = None ) : b0 = configuration . b0 configuration . stack . pop ( )",
|