Skip to content

A basic compiler to read a .txt file and interpret data types, values, operators, comments etc.

Notifications You must be signed in to change notification settings

davymont/Procedural-Programming-Basic-Compiler-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This was my first piece of coursework after 2 months of Java! We had to create a basic compiler called 'weeJava', with .txt file test cases. weeJava had to take lines of code and break every character down and determine what it was and what to do with it.

Instructions to use:

Open in your favourite Java IDE

Run Q5.java file

Watch the magic happen

screenshot-of-result.png

Procedural Programming Basic Compiler Project

About

A basic compiler to read a .txt file and interpret data types, values, operators, comments etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages