index
:
compiler2015
master
Unnamed repository; edit this file 'description' to name the repository.
LAN-TW
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lexer.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect overflows and underflows when scanning numbers
Ting-Wei Lan
2015-12-10
1
-2
/
+50
*
Use multiple small hash tables to implement symbol tables
Ting-Wei Lan
2015-12-06
1
-11
/
+0
*
Drop all non-namespaced symbols
Ting-Wei Lan
2015-12-03
1
-19
/
+8
*
Drop line_number and prog global variables
Ting-Wei Lan
2015-12-02
1
-11
/
+16
*
Make the scanner and the parser reentrant and reduce non-namespaced symbols
Ting-Wei Lan
2015-12-01
1
-8
/
+12
*
Use strerror_r to make error messages more useful
Ting-Wei Lan
2015-11-30
1
-16
/
+19
*
Include our headers before including system headers
Ting-Wei Lan
2015-11-30
1
-3
/
+4
*
Don't include lexer.c and move yyerror to the end of file
Ting-Wei Lan
2015-11-30
1
-0
/
+2
*
Token ID fills yylval
kugwa
2015-11-12
1
-0
/
+5
*
Constant tokens fill yylval and return CONST
kugwa
2015-11-12
1
-5
/
+24
*
Merge TA's codes to ours
kugwa
2015-11-11
1
-80
/
+30
*
Don't define [+-]? for CONST_INT and CONST_FLOAT
kugwa
2015-11-11
1
-3
/
+2
*
Make sure we don't accidently change the number of reserved words
Ting-Wei Lan
2015-11-11
1
-0
/
+5
*
All actions in lexer.l return the currect token
kugwa
2015-11-11
1
-27
/
+47
*
Change the action of the comment token
kugwa
2015-11-09
1
-1
/
+6
*
Move all source files to the new src directory
Ting-Wei Lan
2015-11-09
1
-0
/
+149