Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmsc-330-project-1
This project parses, analyzes, and generates a GUI from a text file.
https://github.com/crutchtheclutch/cmsc-330-project-1
Last synced: about 1 month ago
JSON representation
This project parses, analyzes, and generates a GUI from a text file.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmsc-330-project-1
- Owner: CrutchTheClutch
- Created: 2019-01-23T04:54:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T08:24:36.000Z (almost 6 years ago)
- Last Synced: 2024-10-23T12:03:32.697Z (3 months ago)
- Language: Java
- Homepage:
- Size: 423 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMSC-330-Project-1
#### This project parses, analyzes, and generates a GUI from a text file.Takes a text file, written in a defined grammar, and parses the file to lexically analyze it. A GUI is then generated based on the grammer contained in the text file.
_Note: The "Project-1 (Provided by Instructor)" folder contains the files I was supplied to be used as a template. The result being the "Project-1" project._
---
###### This project was assigned while attending University of Maryland University College (UMUC)
--->
Advanced Programming Languages
>CMSC 330
>A comparative study of programming languages. The aim is to write safe and secure computer programs. Topics include the syntax and semantics of programming languages and run-time support required for various programming languages. Programming projects using selected languages are required.