Programming at university classes. 'Task'-named folders contain training C code, 'Prac'-named --- C++ code.
Big projects:
- [task 5] own implementation of bash pipes as interpreter
- [intepreter] model language iterpreter using lexical analyzer at lex.cpp, recursive parser at parser.cpp, reversed polish notation executer at executer.cpp