Commit graph

28 commits

Author SHA1 Message Date
Jeong YunWon
a0a2f65bf0 rustpython-literal 2023-05-05 21:49:12 +09:00
Jeong YunWon
e09b23d3fb Refactor common::bytes::repr using common::escape 2023-05-03 16:08:48 +09:00
Jeong YunWon
bbbe25336a Refactor common::str::repr using common::escape 2023-05-03 13:47:04 +09:00
Micha Reiser
31fd625321 Add Located::start, Located::end and impl Deref 2023-04-26 10:24:34 -06:00
Jeong YunWon
457cf8ba44 module objects' type as PyModule 2023-04-20 20:48:57 +09:00
Jeong YunWon
70f8e04af3 Update cspell for compiler 2023-03-16 22:39:09 +09:00
Jeong YunWon
30f85787a7 use super::* from tests submodules 2023-02-22 21:01:39 +09:00
Jeong YunWon
b5829b547a relocate feature-independent use 2023-02-22 20:28:03 +09:00
Charlie Marsh
fab9adcd48 Update Python.asdl from CPython 3.11.1 2023-02-21 12:19:51 +09:00
John Pham
72ddb53d0f Make common::repr throw error instead of panic (#4520) 2023-02-19 22:09:54 +09:00
Jeong YunWon
00dc7ec709 use workspace dependencies 2023-02-06 15:30:38 +09:00
harupy
c157dff454 Fix comment 2023-01-22 00:06:52 +09:00
harupy
d7f5dadf47 Add Option to Dict.keys field 2023-01-15 16:43:13 +09:00
harupy
5e7b909552 Fix unparse 2023-01-15 13:11:55 +09:00
harupy
52d2e25601 Fix dict spreading in dict literal 2023-01-15 13:01:59 +09:00
Noa
e3fa5a54ba Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00
Jeong YunWon
9ff117caa0 Fix nightly clippy warnings 2023-01-07 21:07:10 +09:00
Anders Kaseorg
408d15f608 Remove unnecessary boxing of ASDL product children
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-14 02:30:02 -08:00
dvermd
ac77f7f501 Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
Jeong YunWon
2e830bab55 Merge pull request #4218 from charliermarsh/charlie/clone
Make AST nodes Clone-able
2022-10-17 13:47:21 +09:00
Charlie Marsh
8a32bab00a Add end locations to all nodes (#4192) 2022-10-17 13:18:30 +09:00
Charlie Marsh
9a1d0e9a41 Make AST nodes Clone-able 2022-10-16 11:01:17 -04:00
Jeong YunWon
4de373551e remove Mode from codegen root 2022-08-23 05:15:27 +09:00
Jeong YunWon
9d6ab72d79 integrate ast::Location into compilre-core::Location 2022-08-22 08:42:20 +09:00
Jeong YunWon
a22abc5550 Share location between compiler crates 2022-08-22 08:42:20 +09:00
Jeong YunWon
b3095c7451 rustpython-bytecode -> rustpython-compiler-core 2022-08-22 08:42:20 +09:00
Jeong YunWon
d60ad9be23 sort Cargo.toml dependencies 2022-08-22 08:42:20 +09:00
Jeong YunWon
060d153bb3 reorganize compiler crates 2022-08-22 04:42:42 +09:00