You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TINY Language Scanner is a GUI program written in Java that reads TINY Language code and perform scanning on the source code to extract tokens that are shown in a table and their corresponding types.
TINY Language Scanner project for Design of Compilers Spring 2021
check G16_Report_Compilers
NOTE: THERE ARE SOME TEST CASES THAT DOES NOT WORK. PLEASE TRY TO MODIFY THE SOURCE CODE
Testcases:
ahsdhajsdhajsd } --> should be an error
About
TINY Language Scanner is a GUI program written in Java that reads TINY Language code and perform scanning on the source code to extract tokens that are shown in a table and their corresponding types.