test_caller_svp64_powmod: rename to test_aaa_caller_svp64_powmod so pytest tries...
[openpower-isa.git] / src / openpower / decoder / pseudo / lexer.py
2023-10-29 Luke Kenneth Casso... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-07-25 Jacob Lifshayadd support for C conditional operator
2023-05-31 Jacob Lifshayuse raise_syntax_error for `IndentationError`s as well
2023-05-19 Jacob Lifshaysupport binary literals with embedded _ (e.g. 0b10_01)
2023-05-12 Jacob Lifshaymake lexer replace class with class_ since it's a pytho...
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-09 Jacob Lifshayadd parser support for attributes like FPSCR.RN
2023-05-09 Jacob Lifshaybypass ply's eating SyntaxErrors
2023-05-04 Jacob Lifshayshow actual mdwn source location in backtrace when...
2022-07-28 Jacob Lifshayfix line number tracking
2021-08-22 Dmitry Selyutinlexer: t_NUMBER should not grab minus sign
2021-06-08 Luke Kenneth Casso... add support in pyparser for negative numbers
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add pseudo and isa