mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 08:03:09 -08:00
Create empty class, getting ready to write tests.
This commit is contained in:
parent
d12d53032b
commit
7b2ee1c87a
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>(){{
|
||||||
|
|
||||||
|
}};
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user