index
:
cup
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some minor bug fixes
Mustafa Quraish
2022-02-04
1
-3
/
+5
*
Minor fixes, rearranging, whitespace trimming. No functional changes.
Mustafa Quraish
2022-02-04
1
-12
/
+12
*
Modify implementation of structs to support unions
Mustafa Quraish
2022-02-03
1
-4
/
+7
*
Add support for basic structs
Mustafa Quraish
2022-02-03
1
-3
/
+51
*
Add pre-increment and pre-decrement operators.
Mustafa Quraish
2022-02-03
1
-0
/
+1
*
Add helper to create builtins for syscalls + implement `read()`
Mustafa Quraish
2022-02-03
1
-0
/
+1
*
Check for integer-like types in type-checking instead of exact ones
Mustafa Quraish
2022-02-03
1
-7
/
+7
*
Remove `putc` intrinsic and replace with `write(fd, buf, size)`
Mustafa Quraish
2022-02-03
1
-0
/
+8
*
Allow implicitly converting between integer-like-types
Mustafa Quraish
2022-02-03
1
-0
/
+23
*
Avoid pointer-arithmetic multiplications if we have `char*`
Mustafa Quraish
2022-02-03
1
-24
/
+34
*
Add support for `char` type + string/char literals
Mustafa Quraish
2022-02-02
1
-7
/
+21
*
Add initial support for arrays (also no testing)
Mustafa Quraish
2022-02-02
1
-1
/
+19
*
Move type-related stuff to a separate file
Mustafa Quraish
2022-02-02
1
-0
/
+186