Project view command (#1314)

Add parsing for the project command and view subcommand. Add basic implementation of c3c project view. Move get_valid_integer into common build.

Co-authored-by: Christoffer Lerno <christoffer.lerno@gmail.com>
This commit is contained in:
Lexi
2024-08-05 15:45:15 -04:00
committed by GitHub
parent 14358417c8
commit e748f72447
9 changed files with 396 additions and 19 deletions

View File

@@ -246,6 +246,7 @@ add_executable(c3c
src/build/builder.c
src/build/build_options.c
src/build/project_creation.c
src/build/project_manipulation.c
src/build/libraries.c
src/compiler/ast.c
src/compiler/bigint.c