HaskellLabs

Lab1: implementation of some basic functions.
Lab2: work with lists.
Lab3: work with graphs.
Lab4: Turing Machine emulation.
Lab5: XML parser.
Lab6: work with polynoms.
Lab7: solving the systems of linear equasions using Gaussian elimination.
Lab8: work with binary and 2-3 trees.
Lab9: Lambda calculus parsing and evaluation.
Lab10: Simple programmin language parsing and evaluation.