Commit Graph

19 Commits

Author SHA1 Message Date
Jeong YunWon f9b5469642 Update cspell for compiler 2023-03-16 22:39:09 +09:00
DimitrisJim 8f425e9ce2 Use insta to verify values. 2023-02-28 20:00:47 +09:00
Jeong YunWon cb8c6fb78d Flatten rustpython_parser interface 2023-02-22 20:32:31 +09:00
Jeong YunWon 1511b6631b Break down rustpython_parser::error module
because it doesn't share any common errors but specific error for each sub module
2023-02-22 20:28:01 +09:00
Dimitris Fasarakis Hilliard 4713b2b3ab Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
harupy 9683314264 Remove unreachable code 2023-01-01 17:43:25 +09:00
harupy 439298e735 Fix FormattedValue location 2022-12-30 21:39:29 +09:00
harupy 3abdc87076 Refactor 2022-12-10 22:01:42 +09:00
harupy 99b02be35a Fix 2022-12-10 18:45:36 +09:00
harupy f99167d4ed Fix plain string 2022-12-10 18:09:26 +09:00
harupy 816e1e711c Fix the end location of an implicitly-concatenated string 2022-12-10 17:49:57 +09:00
Charlie Marsh 96a50810a6 Use match 2022-11-20 23:41:52 -05:00
Charlie Marsh 28a8c3a062 Implement some minor performance optimizations 2022-11-20 13:33:20 -05:00
Charlie Marsh 1cc342e4ed Add end locations to all nodes (#4192) 2022-10-17 13:18:30 +09:00
Charlie Marsh 3397737a76 Start string location at kind or quote prefix 2022-10-15 11:03:50 -04:00
Jeong YunWon b21ed24025 Merge pull request #4116 from charliermarsh/charlie/f-string
Avoid creating unused JoinedStr in FStringParser
2022-08-23 19:30:36 +09:00
Jeong YunWon 3742f9117b Add source_path to ParseError 2022-08-22 08:42:20 +09:00
Charles Marsh 2345bc895d Avoid creating unused JoinedStr in FStringParser 2022-08-21 16:59:36 -04:00
Jeong YunWon 53c48bf6b9 reorganize compiler crates 2022-08-22 04:42:42 +09:00