Pinned Repositories
LexicalAnalyzerForPython
The goal of this project is to construct a lexical analyzer for the Python programming language. If you give any lexeme, it will classify by the Python Specification.
ShuttleBeepGame
This is a game like Battleship with a little twist.
AssemblyProject
Pure assembly program that inputs a string of up to 256 bytes, looks for any substring that is an integer number, counts them and it adds them up. Then prints the number (count) of those substrings as well as the total. Also, it has a procedure that replaces every substring that is an integer number with its reverse.
NumberPuzzleGame
This is a two player of the Number Puzzle Game with some music. Enjoy
WordCount-Interleaving-Python
Program that counts the frequencies of each word in a text, and output each word with its count and line numbers where it appears.
ICOM-5016
juannieves17's Repositories
juannieves17/ShuttleBeepGame
This is a game like Battleship with a little twist.
juannieves17/WordCount-Interleaving-Python
Program that counts the frequencies of each word in a text, and output each word with its count and line numbers where it appears.
juannieves17/AssemblyProject
Pure assembly program that inputs a string of up to 256 bytes, looks for any substring that is an integer number, counts them and it adds them up. Then prints the number (count) of those substrings as well as the total. Also, it has a procedure that replaces every substring that is an integer number with its reverse.
juannieves17/LexicalAnalyzerForPython
The goal of this project is to construct a lexical analyzer for the Python programming language. If you give any lexeme, it will classify by the Python Specification.
juannieves17/NumberPuzzleGame
This is a two player of the Number Puzzle Game with some music. Enjoy