Commit Graph

106 Commits

Author SHA1 Message Date
Victor Fernandes 933fbf61c9 Merge branch 'master' of github.com:victorvalenca/PLATYPUS 2017-05-10 14:17:15 -04:00
Victor Fernandes bcfe12a442 Update README 2017-05-10 14:14:21 -04:00
Victor Fernandes d54a25668f Delete Assignment1_Victor Fernandes_040772243.docx 2017-05-10 14:01:15 -04:00
Victor Fernandes 00504483c5 Delete INSTRUCTIONS.txt 2017-05-10 14:00:56 -04:00
Victor Fernandes 8a8188e07d Update README and file headers 2017-05-10 13:46:04 -04:00
Victor Fernandes 57a7fa3e43 Tabs are stupid 2017-05-03 14:15:34 -04:00
Victor Fernandes 06c9650d6f Fix tabs again 2017-05-03 14:14:26 -04:00
Victor Fernandes 0fd419102e Fix tabs 2017-05-03 14:13:21 -04:00
Victor Fernandes 259d654eaf Modified grammar for the parser 2017-04-28 17:15:46 -04:00
Victor Fernandes d22d2718a0 AAAAAAAAAAAAAAA 2017-04-21 23:26:25 -04:00
Victor Fernandes 5bd748b2e6 Merge branch 'master' of git.xeserv.us:victorvalenca/platypus 2017-04-17 10:48:57 -04:00
Victor Fernandes bb898ea44e The final push, the Parser 2017-04-17 10:48:33 -04:00
Victor Fernandes 3d646261b5 I give up 2017-04-12 23:41:34 -04:00
Victor Fernandes 990900ae9a trying to fix memory 2017-04-12 21:35:37 -04:00
Victor Fernandes 992897c4ff Avoid memory overrun 2017-04-10 11:36:19 -04:00
Victor Fernandes 05b430c346 Memory management
Reallocation error mitigation, st_lookup improvement
2017-04-10 11:33:16 -04:00
Victor Fernandes fcb082a9de sort of works, needs to handle reallocation issue 2017-04-07 16:13:35 -04:00
Victor Fernandes 94d90611e1 Too many fprintf's, trim it down to one 2017-04-04 19:34:42 -04:00
Victor Fernandes 89f718ce34 remove unused and unecessary variables 2017-04-04 19:26:00 -04:00
Victor Fernandes c6f27e1e69 Platform depedency with fopen 2017-04-04 18:51:09 -04:00
Victor Fernandes 5f717f4427 fix warnings and use fopen_s instead 2017-04-04 18:39:33 -04:00
Victor Fernandes 69157aec8c new project for stable 2017-04-04 18:38:59 -04:00
Victor Fernandes 53fd5518dc resolve merge conflict 2017-04-04 17:52:13 -04:00
Victor Fernandes feb505e932 symbol table masks demo 2017-04-04 17:36:22 -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 a213c022ef Update file/function comment template 2017-03-24 21:05:14 -04:00
Victor Fernandes 158a461ebf Stable.h: Bit masks, Stable.c: complete functions 2017-03-24 21:04:45 -04:00
Victor Fernandes 1efdeaf3e7 Symbol Table: Basic skeleton definitions and declarations 2017-03-24 18:12:08 -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 d3c6197b7e Update README 2017-03-18 18:13: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 73adc465b4 Merge branch 'master' of https://git.xeserv.us/victorvalenca/platypus 2017-03-15 03:05:28 -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