ParserAndLexerHDMLanguage
Parser and Lexer to HDML language using Prolog.
to run tests you must install swi-prolog
download all files and extract to one directory!
How to Test with automation script:
- open console
- type: swipl -s sprawdzaczka.pl
- then type: test_all.
If you want to find a parser's source:
- open parser_hdml.pl
or
- click here
If you want to find tests' source, go to TESTS directory:
- open parser_hdml_tests.pl
or
- click here