REPL checkpoint
This commit is contained in:
parent
69c156024a
commit
1b3280a947
21 changed files with 503 additions and 34 deletions
|
@ -10,7 +10,7 @@ import kotlin.test.assertEquals
|
|||
*
|
||||
* These tests are based on the Prolog syntax.
|
||||
*/
|
||||
class ScanPrologTests {
|
||||
class ScanPrologParserTests {
|
||||
@Test
|
||||
fun scan_simple_atom() {
|
||||
val tokens = Lexer("atom.").scan()
|
Reference in a new issue