PythonAlike

Java ANTLR 
May 2019

Developed Python-like parser with ANTLR and Java.

For the following input,

L = [3, 2343, "dfd", ["fhgf",4]] L[2] = [3, "Sds"] L.insert(2, "Hello") L1 = ["df", 34] + [7, "fg"] L2 = L[1:3]

the following output is produced:

antlr.png