shithub: scc

RSS feed

0b39941d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/11 06:23
Create different functions for constant and variable nodes

3421169c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/11 06:14
Remove npromote variable

876c7488 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/11 06:11
Unify string and function arrays in preprocessor()

b213e5a8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/11 06:10
Add better error control in #line

7b0ece05 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/10 16:17
Add initial version of #define

f41175b8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/10 14:16
Free trees after emit them

68ccb5a1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/10 07:58
Add yylen variable

84ae6c8c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/10 06:39
Add #line directive

4b68176e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 16:02
Add #error to cc1

c5eea59c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 15:45
Add pragma directive to cc1

9b4c6ff2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 14:15
Fix error returning EOFTOK in next()

10a0b46b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:56
Remove inifinite loop in ahead()

4603a2a2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:56
Fix iden()

c231c04f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:55
Add limit to the number of errors

37c54333 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:53
Do not try to recover from declearations

f5199492 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:21
Add cpp.c file

1ae4a875 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/09 13:01
Rewrite lexer analizer

3f1b9619 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/08 19:08
Allow comments multi file

5c310c32 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/08 15:53
Add comments to the preprocessor

8fb3ee51 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/08 14:15
Add include handler

7a32845f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/08 08:12
Add nextchar() and backchar()

669e2ebc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/07 11:50
Add FILE* to input

2edbdb8b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/05/07 11:18
Add newline()