Commit Graph

9 Commits

Author SHA1 Message Date
Sahil Jain
a4a6a24f3e Support END_FOR opcode 2025-07-01 09:22:56 +05:30
Michael Hansen
462fc46424 Add JOBS parameter to GH workflows (currently default, but not guaranteed)
... and fix missing newline at EOF
2024-06-23 11:46:17 -07:00
Levak Borok
d8f955d692 Run tests in parallel or only some with a filter
`make check JOBS=4` will spawn 4 workers and spread the tests among them.
`make check FILTER=try` will only run tests that contain `try` in their name.
2024-06-19 17:56:06 +02:00
Aralox
0c9fbd9caf Issue-165 Added support for f-strings (literal string interpolation https://www.python.org/dev/peps/pep-0498/)
Opcodes handled: FORMAT_VALUE, BUILD_STRING.
Added AST node classes for FormattedValue and JoinedStr.
2020-10-17 20:52:57 +11:00
Michael Hansen
4d21654134 Switch build system to CMake 2014-06-10 19:20:56 -07:00
Michael Hansen
cfbc806955 Save the output of 'make test' for later inspection 2012-06-11 18:10:47 -07:00
Michael Hansen
1f34a6fa2b Update .gitignore a bit 2011-10-02 19:47:18 -07:00
Darryl Pogue
63abea06e7 Enable code profiling. 2011-10-01 17:47:09 -07:00
Michael Hansen
e58fad7b6e Move .hgignore to .gitignore 2011-08-09 19:44:24 -07:00