shithub: scc

RSS feed

fca65d57 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/10 02:35
Update lvalue flag in cast()

c61a84d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/08 18:08
Emit warnings only when the flag is not zero

f2eaad8b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/08 18:07
Add cast()

0dc51a53 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/08 17:10
Add lvalue to Node

3bb913a9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/07 17:05
Add incdec() function

6f68ced6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/07 17:03
Check against incomplete type operations

48f3f5ac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/07 17:00
Fix structures declaration

f3ccbaf2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/03 18:41
Add pre and post increment

03513bb4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/03 17:41
Clean arithmetic() function

60170fa8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/03 17:34
Add post increment and pre increment

d128d9dd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/03 02:49
Fix declaration of empty qualifers pointers

6c673209 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/01 18:34
Generalize add function in expr.c

dd604299 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/04/01 17:42
Merge branch 'bsc'

b6d55194 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/31 15:37
Add plus() in lex.c

6f28085c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/31 15:36
Remove last rest of complex types

1ab6ca3a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/31 13:16
Multiply index by array element size in array index expression

ca11c777 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/31 07:05
Add castcode function

fd1b69bd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 18:41
Emit code for arrays

7741d587 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 18:04
Remove the complex types

d1c3a0d7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 16:25
Fix bool type

813b9848 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 09:37
Remove uselesscasting in accept definition

3e3d8d6f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 09:35
Remove useless macros to check type

626153cc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 09:30
Move definition of linenum, filenam and columnum to error.c

acfcdefc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/30 09:28
Add tree structure to expressinons

b22f2a06 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/28 13:35
Change code style and use typedef for structs

c3b7e1ff – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/28 13:15
Unify headers

9ec827fe – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/28 13:00
Remove all the references to struct node

ab7033ad – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/27 17:16
Add division operations

3134fea3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/27 17:13
Refactorize operator function in lex.c

5e5442e6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/27 14:49
Add reverse enginnering of the intermediate code of Solid C

4e77e289 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/27 14:47
Convert pointers to address of arrays in ary()

8de30f63 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2014/03/25 14:38
First version with some semantic analysis