@@ -258,23 +258,23 @@ int main() {
258
258
#endif
259
259
260
260
// Common introduction message
261
- displayMessage (" **********************************************************************************************\n "
262
- " * *\n "
263
- " * C Interpreter *\n "
264
- " * *\n "
265
- " * A Project By Blake Marshall, Brandon Robinson, Holden Ea, Jacob Sellers, & Rolando Yax. *\n "
266
- " * Completed To Satisfy The Final Project of CS460 At Sonoma State University In Fall 2024. *\n "
267
- " * *\n "
268
- " * *\n "
269
- " * This Program Acts As An Interpreter For The C Language And Was Built Over The Course Of *\n "
270
- " * Six Stages. Each Of These Components Are Testable And Can Be Selected Individially From *\n "
271
- " * The Following Page. *\n "
272
- " * *\n "
273
- " * *\n "
274
- " * Great things are done by a series of small things brought together. *\n "
275
- " * -Vincent van Gogh *\n "
276
- " * *\n "
277
- " **********************************************************************************************\n "
261
+ displayMessage (" *********************************************************************************************** \n "
262
+ " * *\n "
263
+ " * BNF Interpreter *\n "
264
+ " * *\n "
265
+ " * A Project By Blake Marshall, Brandon Robinson, Holden Ea, Jacob Sellers, & Rolando Yax. *\n "
266
+ " * Completed To Satisfy The Final Project of CS460 At Sonoma State University In Fall 2024. *\n "
267
+ " * *\n "
268
+ " * *\n "
269
+ " * This Program Acts As An Interpreter For Code In Backus-Naur Form (BNF) And Was Built *\n "
270
+ " * Over Six Stages. Each Of These Components Are Testable And Can Be Selected Individially *\n "
271
+ " * From The Following Page. *\n "
272
+ " * *\n "
273
+ " * *\n "
274
+ " * Great things are done by a series of small things brought together. *\n "
275
+ " * -Vincent van Gogh *\n "
276
+ " * *\n "
277
+ " *********************************************************************************************** \n "
278
278
" \n Press any key to continue. . ." );
279
279
280
280
waitForInput (); // Wait for user input
0 commit comments