Perceval Wajsbürt
|
c4c35fc531
|
Use C++ streams over C style IO
|
2023-06-02 01:12:59 +02:00 |
|
Michael Hansen
|
568867c80a
|
Minor style adjustments
|
2020-10-20 21:08:02 -07: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
|
de78e1b882
|
Unmangle private names ('__' prefix) in class declarations.
Fixes #166.
|
2019-10-10 14:47:48 -07:00 |
|
Michael Hansen
|
f88869fb17
|
Use std::string instead of manual character buffers where applicable.
|
2019-10-02 16:01:54 -07:00 |
|
Michael Hansen
|
8d3752b4f0
|
Start requring C++11 with explicit virtual overrides.
|
2019-10-02 14:41:49 -07:00 |
|
Michael Hansen
|
36cf09ca82
|
Minor style cleanup
|
2014-06-10 18:28:28 -07:00 |
|
Michael Hansen
|
b99f0acfb3
|
Fix a couple of string output issues
|
2011-10-23 19:37:06 -07:00 |
|
Michael Hansen
|
c474d368a1
|
Use less conflicting filenames
|
2011-10-23 17:48:10 -07:00 |
|