sv2v/test/lex
Zachary Snow 25fe57f75a fix lexing of whitespace in number literals
In places where an optional space was previously allowed, allow any
number of arbitrary whitespace characters, in line with the spec and
other tools.
2021-07-08 13:53:29 -04: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.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.vh more lexer tests 2019-04-03 00:16:30 -04:00
include_self.sv detect infinite include loops 2021-05-01 21:12:00 -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_arg_escape.sv preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
macro_arg_invoke.sv allow preproc idents to begin with macro arguments 2021-05-03 17:53:41 -04:00
macro_arg_invoke.v allow preproc idents to begin with macro arguments 2021-05-03 17:53:41 -04:00
macro_boundary.sv redesigned preprocessor and lexer 2020-02-06 23:33:13 -05:00
macro_ifdef.sv fix handling of preproc conditionals within macros 2021-05-04 16:19:07 -04:00
macro_iv.sv test suite iverilog 11.0 compatibility 2020-11-24 18:09:07 -07:00
macro_macro.sv support macro names comprised of macro args and macros 2020-02-16 22:18:12 -05:00
macro_macro.v support macro names comprised of macro args and macros 2020-02-16 22:18:12 -05:00
macro_string.sv fix double backtick handling in backtick string 2020-12-04 13:22:38 -07:00
macro_whitespace.sv 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.vh fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
number.sv maintain explicit padding in unsized number literals 2020-12-10 14:52:43 -07:00
number_literal_whitespace.sv fix lexing of whitespace in number literals 2021-07-08 13:53:29 -04:00
number_literal_whitespace.v fix lexing of whitespace in number literals 2021-07-08 13:53:29 -04:00
run.sh test runner automatically handles tests with top-level module inside both inputs 2019-05-10 10:48:40 -04:00
string_macro.sv support for string literals with macros 2020-02-12 23:58:41 -05:00
string_macro.v support for string literals with macros 2020-02-12 23:58:41 -05:00
undefineall.sv preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
undefineall.v preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00