Skip to content

Commit 7805001

Browse files
committed
refactor: moved ast_builder from parser/ -> common/
* now analyser+generator dont depend on parser/ anymore
1 parent 9deb2a9 commit 7805001

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
File renamed without changes.

recipe.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ executable c2c
180180

181181
(common)
182182

183+
common/ast_builder.c2
183184
common/build_file.c2
184185
common/build_file_parser.c2
185186
common/bit_array.c2
@@ -194,7 +195,6 @@ executable c2c
194195
common/value_maplist.c2
195196
common/file/copy.c2
196197

197-
parser/ast_builder.c2
198198
parser/c2_parser.c2
199199
parser/c2_parser_expr.c2
200200
parser/c2_parser_stmt.c2
@@ -456,7 +456,7 @@ lib deps_generator dynamic
456456
(ast)
457457
(common)
458458

459-
parser/ast_builder.c2
459+
common/ast_builder.c2
460460
parser/expr_list.c2
461461

462462
generator/ast_visitor.c2
@@ -482,9 +482,9 @@ lib refs_generator dynamic
482482

483483
(ast)
484484
(common)
485+
common/ast_builder.c2
485486
common/quicksort.c2
486487

487-
parser/ast_builder.c2
488488
parser/expr_list.c2
489489

490490
generator/c2refs.c2
@@ -507,7 +507,7 @@ lib git_version dynamic
507507
(ast)
508508
(common)
509509

510-
parser/ast_builder.c2
510+
common/ast_builder.c2
511511
parser/expr_list.c2
512512

513513
plugins/plugin_info.c2
@@ -522,7 +522,7 @@ lib unit_test dynamic
522522
(ast)
523523
(common)
524524

525-
parser/ast_builder.c2
525+
common/ast_builder.c2
526526
parser/expr_list.c2
527527

528528
plugins/plugin_info.c2
@@ -538,7 +538,7 @@ lib shell_cmd dynamic
538538
(common)
539539
(yaml)
540540

541-
parser/ast_builder.c2
541+
common/ast_builder.c2
542542
parser/expr_list.c2
543543

544544
plugins/plugin_info.c2

0 commit comments

Comments
 (0)