sv2v/test/lex
Zachary Snow 3c08767b63 redesigned preprocessor and lexer 2020-02-06 23:33:13 -05:00
..
begin_keywords.sv support for begin_keywords directive 2019-10-11 19:32:10 -04:00
begin_keywords.v support for begin_keywords directive 2019-10-11 19:32:10 -04:00
cond.sv initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
cond.v initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
cond.vh initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
file_line.sv add support for `line directive 2019-10-10 19:00:49 -04:00
file_line.v more lexer tests 2019-04-03 00:16:30 -04:00
file_line.vh more lexer tests 2019-04-03 00:16:30 -04:00
line.sv expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
line.v expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
line.vh expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
macro.sv initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
macro.v initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
macro_boundary.sv redesigned preprocessor and lexer 2020-02-06 23:33:13 -05:00
macro_boundary.v fix lexing identifiers and numbers across macro boundaries 2019-10-06 15:16:48 -04:00
macro_iv.sv more lexer tests 2019-04-03 00:16:30 -04:00
macro_iv.v more lexer tests 2019-04-03 00:16:30 -04:00
macro_whitespace.sv allow newlines before left paren of macro arguments 2019-08-11 17:55:42 -04:00
macro_whitespace.v allow newlines before left paren of macro arguments 2019-08-11 17:55:42 -04:00
no_newline.sv fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
no_newline.v fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
no_newline.vh fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
run.sh test runner automatically handles tests with top-level module inside both inputs 2019-05-10 10:48:40 -04:00