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
This project is a interpreter for the p-code generated by the FCL Compiler.
The language, as well as the instruction set, are described in the document doc/fcl.pdf
Compiling the project
The project is pure Java and should be compiled without any additional dependencies.
About
An interpretar for the Flux Control Language p-code. FCL is a language I designed as my final college assignment.