Anonymous

Changes

From CMSC 420
8 bytes added ,  01:26, 6 February 2017
Line 30: Line 30:     
The general conventions in the spec can be found [https://www.cs.umd.edu/users/meesh/420/ProjectBook/part1/p11/node20.html here] and the more specific directions for each commands can be found [https://www.cs.umd.edu/users/meesh/420/ProjectBook/part1/p11/node22.html here]
 
The general conventions in the spec can be found [https://www.cs.umd.edu/users/meesh/420/ProjectBook/part1/p11/node20.html here] and the more specific directions for each commands can be found [https://www.cs.umd.edu/users/meesh/420/ProjectBook/part1/p11/node22.html here]
* <[[success]]>: This is when your parser has successfully parsed and finished a command.
+
* '''<success>''': This is when your parser has successfully parsed and finished a command.
* <[[error]]>: When an error occurs after attempting to run a command
+
* '''<error>''': When an error occurs after attempting to run a command
* <[[fatalError]]>: There is a problem with the entire document
+
* '''<fatalError>''': There is a problem with the entire document
* <[[undefinedError]]>: Default error, when we aren't sure exactly what happened
+
* '''<undefinedError>''': Default error, when we aren't sure exactly what happened
    
By the end, your output will be XML that minimally looks like this:
 
By the end, your output will be XML that minimally looks like this:
editor
32

edits