Skip to content

Final project for Programming languages class. It consists in a Lexer and a Parser build with SML to interpret and execute PLC language.

Notifications You must be signed in to change notification settings

otavioml/PLC-micro-ML

Repository files navigation

PLC-micro-ML

Final project for Programming languages class. It consists in a Lexer and a Parser build with SML to interpret and execute PLC language.

#How to execute Follow the steps to create the .lex and the .yacc files.

ml-lex PlcLexer.lex ml-yacc PlcParser.yacc sml testParser.sml

The last command run a sml file that contains a bunch of tests. It also enable SML programming through the command line.

About

Final project for Programming languages class. It consists in a Lexer and a Parser build with SML to interpret and execute PLC language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published