User:Miriya52/week7

Refer to project glossary for acronyms and definitions.
Week 7: January 16 - 20

Progress Update edit

>>> e = structures.GIFTEntity("//Hello World")

>>> p = parser.GIFTParser(e)

>>> pstr = p.parse_comment()

>>> pstr

'Hello World'

Plan for next week edit

  • Add the other GIFT types to the parser