Commit graph

19 commits

Author SHA1 Message Date
Charlie Marsh
2a86dbd644 Implement except* syntax 2023-02-21 12:19:54 +09:00
harupy
64736d0541 Simplify scan_expression 2023-01-15 22:08:19 +09:00
harupy
f8ae56c75b Fix clippy errors 2023-01-15 15:04:15 +09:00
harupy
cb3578dbf2 Fix scan_expression and compile_dict 2023-01-15 14:54:58 +09:00
harupy
375d592562 Fix scan_expression and compile_dict 2023-01-15 13:22:05 +09:00
harupy
72185fecd5 Add with_col_offset and with_row_offset to Location 2023-01-04 13:16:03 +09:00
yt2b
572bbda60b Fix is_local 2022-12-22 23:27:36 +09:00
yt2b
66d79ce568 Fix symbol scope 2022-12-18 09:48:35 +09:00
Jeong YunWon
9250260e20 Fix nightly clippy warnings 2022-12-05 12:18:16 +09:00
yt2b
7b9e7e0443 Use intersects 2022-11-28 20:48:03 +09:00
yt2b
7cdbb5d7b6 Replace bool variable with SymbolFlags 2022-11-28 00:46:10 +09:00
yt2b
7dccce5e20 Fix comment 2022-11-27 23:46:45 +09:00
yt2b
eee3c03042 Reduce nesting of match expression 2022-11-27 23:43:26 +09:00
yt2b
27dd95c8f9 Add SymbolFlags 2022-11-27 23:36:25 +09:00
dvermd
de7acf6f99 improve fstring parser
part of: #1671
2022-10-26 21:15:24 +02:00
Jeong YunWon
9d6ab72d79 integrate ast::Location into compilre-core::Location 2022-08-22 08:42:20 +09:00
Jeong YunWon
cf10e800a6 codegen::{CompileError -> CodegenError} 2022-08-22 08:42:20 +09:00
Jeong YunWon
9c229ebb99 Refactor symboltables and _ast to use codegen when possible 2022-08-22 08:42:20 +09:00
Jeong YunWon
060d153bb3 reorganize compiler crates 2022-08-22 04:42:42 +09:00
Renamed from src/symboltable.rs (Browse further)