mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Introduced ${...} syntax for constants. Fixed issue where constants were not correctly handled for macros. /* */ comments are nesting. Added LINE, FUNC, FILE defines. Corrected shallow resolution of subarrays. Added int defines. Removed Vararray.
This commit is contained in:
committed by
Christoffer Lerno
parent
33fc08542e
commit
5a6cdd25ef
@@ -12,3 +12,4 @@ func void test()
|
||||
return;
|
||||
}
|
||||
|
||||
/* /* nested /* comments! */ !! */ goes here */
|
||||
|
||||
Reference in New Issue
Block a user