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
A compilation of several different coding challenges/exercises/drillings that I did when in my junior year. The very reason of this repo is nostalgia/documenting my first lines of code(non-projects). I might add more when seen fit.
Projekt (parser a interprét IPPcode23) z předmětu Principy prog. jazyků a OOP (IPP), čtvrtý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2022/2023
Set is an imperative programming language with focus on teaching mathematics, therefore, it is aimed at teachers and students. The language handles sets as one of the primitive types.