https://github.com/godu92/pseudogen
https://github.com/godu92/pseudogen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godu92/pseudogen
- Owner: Godu92
- Created: 2016-04-11T23:54:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T19:58:38.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T06:32:13.528Z (4 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pseudoGen
Program's generalized concept:
Take in a pseudo-code file
Turn it into workable codeLogic concept:
Input code file
Input dictionary for customizing translation
Pick format (initially, just java)
Give output directory/file
Indicate verbosity of program status
Indicate whether or not to compile and run code (planned)
Current state:Reads in input file
Reads in files used for search and replace operation (eventually code dictionary)
Performs search and replace on given file (eventually translation into code)
Runs through combinations of replace (could be useful for a more condensed code option)
Creates and maintains a directory of output files (could be useful for the above to see all varieties)
Accepts user input through command line (eventually through GUI)