This repository contains course homework and their solutions. The codes I wrote here consist of programming assignments given to us in the Programming Languages course. In the 2nd and 3rd assignments, an interpreter was written with Yacc and Common Lisp for a language called G . The first assignment is an article, while the last assignment contains two Prolog programmes. You can reach below for detailed information.
- Comparison-of-C-and-C - Article about differences between C and C programming language
- Lexer-for-G - A lexical analyser for a made-up language called G .
- G -Interpreter - The interpreter of the G language was also written here.
- Cargo-tracking-system-with-Prolog - Here, a cargo tracking system and a decision tree for the IRIS data set were written using Prolog language.
# | #1 | #2 | #3 | #4 |
---|---|---|---|---|
Grades | 92 | 65 | 80 | 100 |
The course was given by Dr. Yakup Genç at Gebze Technical University for the Department of Computer Engineering in the Fall 2024.
Links:
Feel free to reach out if you have any questions or need further clarification. Happy coding! 🚀