mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-18 21:05:19 +00:00
Create empty class, getting ready to write tests.
This commit is contained in:
12
src/test/java/org/nwapw/abacus/tests/LexerTests.java
Normal file
12
src/test/java/org/nwapw/abacus/tests/LexerTests.java
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
package org.nwapw.abacus.tests;
|
||||||
|
|
||||||
|
import org.nwapw.abacus.lexing.Lexer;
|
||||||
|
import org.nwapw.abacus.tree.TokenType;
|
||||||
|
|
||||||
|
public class LexerTests {
|
||||||
|
|
||||||
|
Lexer<TokenType> lexer = new Lexer<TokenType>(){{
|
||||||
|
|
||||||
|
}};
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user