This project develops a domain specific language, rSPL
, which is an
extension of simPL
. simPL
is an OCaml
based language developed by the
Programming Language Design and Implementation course staff (YSC3208).
rSPL
includes relational operations similar to those found in database
querying languages like SQL.
OCaml 4.2
- The lexer and parser libraries.
- Run
bincomp7.sh
to generate the executablespli
. - Execute
spli
with the file name as argument.
-
See
tests
folder. Pass the file path for each test as an argument to the executablespli
as follows:./spli <file-name>
mention OCaml libraries
- Course facilitators, YSC3208
- Oishik Ganguly
Requried?
-
Professor Voicu