Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityjhaa/col226

Programming Languages
https://github.com/adityjhaa/col226

Last synced: 4 days ago
JSON representation

Programming Languages

Awesome Lists containing this project

README

        

# COL226
## Programming Languages


### Assignments
- *Assignment 1* : Sets in Prolog
- *Assignment 2* : Type checker in Prolog
- *Assignment 3* : Lexer with Ocamllex
- *Assignment 4* : Parser with Ocamlyacc
- *Assignment 5* : Most General Unifier
- *Assignment 6* : The SECD Machine
- *Assignment 7* : The Krivine Machine
- *Assignment 8* : A Prolog Enterpreter


### Course Text

- Programming Languages (Prof. S. Arun Kumar)
- OCAML from the very Beginning (Ocaml software Foundation)
- Programming in Prolog (Clocksin & Mellish)
- Programming Language Pragmatics (Michael L. Scott)
- Algrithms + Data Structures = Programs (Niklaus Wirth)