Commit Graph

27 Commits

Author SHA1 Message Date
Victor Fernandes 8a8188e07d Update README and file headers 2017-05-10 13:46:04 -04:00
Victor Fernandes 990900ae9a trying to fix memory 2017-04-12 21:35:37 -04:00
Victor Fernandes fcb082a9de sort of works, needs to handle reallocation issue 2017-04-07 16:13:35 -04:00
Victor Fernandes 89f718ce34 remove unused and unecessary variables 2017-04-04 19:26:00 -04:00
Victor Fernandes 182d4bbb90 docs and some small changes 2017-04-04 17:35:52 -04:00
Victor Fernandes bc5b48ec82 h 2017-03-28 12:01:07 -04:00
Victor Fernandes 1bfef0f5fc Scanner: Use symbol table to store SVIDs and AVIDs
Token: Use vid_offset instead of old vid_lex[]
2017-03-24 22:07:42 -04:00
Victor Fernandes c3c41f5a36 More cleanup 2017-03-20 13:34:07 -04:00
Victor Fernandes 70f44bec12 Cleanup, working Scanner matching output files and specs 2017-03-20 13:32:38 -04:00
Victor Fernandes 3ef9112429 Floating point must match '0.' and the like 2017-03-19 23:13:20 -04:00
Victor Fernandes 3df3b6943a Fix commenting formatting, add comment headers 2017-03-19 18:12:44 -04:00
Victor Fernandes 7671039bbf Remove redundant check 2017-03-19 16:10:12 -04:00
Victor Fernandes d498a87856 Avoid passing char* directly and use built-in function
Clean up old commented out code
2017-03-19 15:52:41 -04:00
Victor Fernandes 32464b6bc2 Use small buffer to handle erroneous string literals 2017-03-19 15:50:45 -04:00
Victor Fernandes da033b6301 why 2017-03-18 21:10:05 -04:00
Victor Fernandes b822bc1f92 test files 2017-03-18 20:04:24 -04:00
Victor Fernandes f22d0d87df FLOATING POINT AND EVERYTHING WORKS EXCEPT NON-CLOSING STRING AT END OF FILE 2017-03-18 19:53:58 -04:00
Victor Fernandes eb322b2ddd Nested comment character messing up github/git go parser 2017-03-18 18:07:02 -04:00
Victor Fernandes d5b6ff2ee3 Fix transition table(finally) 2017-03-18 17:23:57 -04:00
Victor Fernandes 24af981412 Fix non-C89 comments
Do not store into str_LTBL while checking for legal string
2017-03-16 17:54:28 -04:00
Victor Fernandes ef426610eb Define use of macOS's gcc malloc or Windows msvc malloc 2017-03-16 16:37:41 -04:00
Victor Fernandes b78f4a831d Fix transition table. Need to fix string literal read 2017-03-15 20:57:28 -04:00
Victor Fernandes 0b5fb5befa New "Project" for Scanner 2017-03-15 03:19:27 -04:00
Victor Fernandes e52a190a50 State functions, minimize columns in transition table 2017-03-15 03:04:51 -04:00
Victor Fernandes ab2164b431 Do most of the switch cases 2017-03-14 22:35:12 -04:00
Victor Fernandes 051752c100 Scanner: oops wrong file 2017-03-06 10:58:14 -05:00
Victor Fernandes db10e77bc7 Scanner source code 2017-03-06 10:05:09 -05:00