yossigil / Protolog

Spartan implementation of prolog
1 stars 0 forks source link

Tests for the Parser #4

Closed orel-adivi closed 3 years ago

orel-adivi commented 3 years ago

I have written 17 test cases for the parser. It tests constants (string literals), numbers, variables, and compounds.

I did not succeed to compile the project; however, IntelliJ IDEA did not show any warning.

yossigil commented 3 years ago

Great job. We will address compilation issue later when we meet