Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 563 Bytes

💪 🔥 👍

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

If you want to find tests' source, go to TESTS directory:

  • open parser_hdml_tests.pl

or