mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Parses attribute defines. Removal of incremental array parsing. Labels in macros should now work correctly. Volatile and attribute are no longer keywords. Checked a few todos. On test failure, return -1
This commit is contained in:
committed by
Christoffer Lerno
parent
bfde58b9a5
commit
4d4bbbdebc
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Build testproject
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c build
|
||||
../../build/c3c build --debug-log
|
||||
|
||||
- name: run compiler tests
|
||||
run: |
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Build testproject
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c build
|
||||
../../build/c3c build --debug-log
|
||||
|
||||
- name: run compiler tests
|
||||
run: |
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
- name: Build testproject
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c build
|
||||
../../build/c3c build --debug-log
|
||||
|
||||
- name: run compiler tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user