Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python programming: Write a PYTHON program that will take an input file called input.txt which will contain a JAVA program and parse it and output

python programming:

Write a PYTHON program that will take an input file called input.txt which will contain a JAVA program and parse it and output an annotated version. Your program will track the nesting depth of the braces of the input file and will output an annotated version of the file.

Assume that all quoted strings begin and end on the same line. image text in transcribed

Sample INPUT import blah; class Foo void Foo(0 System.out.println("braces are fun! fissf");ignored if (condition) /l also ignored: { int a-1: // as is this: /lend of program Sample annotated OUTPUT 0 import blah; 0 class Foo 1 void FooO 2 System.out.println("braces are fun! ii);/ignored 2if (condition) // also ignored: f int a=1 3 / as is this: ) 0 // end of program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo, Susan D. Urban, Karen C. Davis

4th Edition

1284231585, 978-1284231588

More Books

Students also viewed these Databases questions