f648dfb	aistein	Thu May 11 12:00:13 2017	Merge pull request #5 from tomodachi21/alex-dev
79f202e	Alex Stein	Thu May 11 11:59:25 2017	.
b2cdcac	aistein	Thu May 11 11:56:48 2017	Merge pull request #4 from tomodachi21/alex-dev
280b2e1	Alex Stein	Thu May 11 03:44:33 2017	some cleanup
dd0d801	Alex Stein	Wed May 10 19:24:18 2017	got array of pointers to struct dereference working
7106981	Alex Stein	Wed May 10 17:13:31 2017	abandoning ship on the graph thing, arrays of struct pointers not working
5b5ebc5	Alex Stein	Wed May 10 15:53:53 2017	basic version of insert_node sort of working
b3e4291	Alex Stein	Wed May 10 13:19:39 2017	added some more charstar functionality
c076630	aistein	Wed May 10 12:11:42 2017	Merge pull request #3 from tomodachi21/alex-dev
9df5b2f	Alex Stein	Wed May 10 12:10:44 2017	holy crap, got struct pointer dereference working
af4f21d	aistein	Tue May 9 21:50:01 2017	Merge pull request #2 from tomodachi21/eric-dev
83e668d	Alex Stein	Tue May 9 21:48:56 2017	fixed merge
8e07960	aistein	Tue May 9 21:36:06 2017	Merge pull request #1 from tomodachi21/eric-dev
c534558	Ubuntu	Tue May 9 21:29:07 2017	merging
38f3c6e	Ubuntu	Tue May 9 21:21:29 2017	Merge branch 'master' of github.com:tomodachi21/plt_c-graph into eric-dev
5db739e	Alex Stein	Tue May 9 21:13:14 2017	started including some more built-in functions
33c0fcc	Ubuntu	Tue May 9 21:10:20 2017		modified:   sample/c+graph.c
a841abf	Alex Stein	Tue May 9 20:16:22 2017	added struct arrow operator, modified node test
099411a	Alex Stein	Tue May 9 19:31:13 2017	basic char star working
31f848e	Alex Stein	Tue May 9 18:56:43 2017	enabled basic Char, moving forward
f7a5ecd	Alex Stein	Tue May 9 15:11:42 2017	struct semantic checking and access working correctly
a6be4c7	Alex Stein	Mon May 8 23:50:57 2017	almost have struct element assignment working, now just need to semantically enable it
d0bf2a6	Alex Stein	Mon May 8 23:33:45 2017	struct dot operator standalone working, though it seems struct items are allocated backwards
8253d8b	Alex Stein	Mon May 8 19:42:57 2017	capable of allocating structs on the stack, currently can only contain primitive types and their pointers
1cce0bb	Alex Stein	Mon May 8 17:53:49 2017	update
1debf89	Alex Stein	Mon May 8 17:52:17 2017	merged
8a5d1cc	Alex Stein	Mon May 8 17:48:01 2017	changed test postfix to cp from mc
a50fd70	Alex Stein	Mon May 8 02:04:23 2017	fixed the lazy booboo
2aded19	Alex Stein	Mon May 8 00:08:57 2017	added structs to ast, scanner, and parser, codegen and semant next
63b1791	Alex Stein	Sun May 7 23:00:46 2017	rid of some warnings, man our semantic checking is severly under-developed
5329b1a	Ubuntu	Sun May 7 22:20:19 2017	fixed server error by changin anonymous functions
79de443	Ubuntu	Sun May 7 21:47:49 2017	Merge branch 'master' of github.com:tomodachi21/plt_c-graph
4bdfb56	Ubuntu	Sun May 7 21:47:33 2017	edits to c+graph.c
1a6b971	Alex Stein	Sun May 7 21:33:18 2017	array access works, but have to hack your way around this laziness error
c1d7ad3	Alex Stein	Sun May 7 16:00:21 2017	array access sort of working, but values incorrect
44026e0	Alex Stein	Sun May 7 14:27:42 2017	need to refactor the way declarators, etc work in order to do arrays properly
4f0ac87	Alex Stein	Sun May 7 13:06:34 2017	added postfix and prefix increment decrement, as well as mod-equals
4329ba1	Alex Stein	Sun May 7 12:01:04 2017	pointer ADDITION ONLY working, its a start
00177a8	Alex Stein	Sun May 7 10:31:54 2017	merging with master
0c42458	Ubuntu	Sun May 7 10:28:36 2017		new file:   sample/c+graph 	new file:   sample/c+graph.c 	new file:   sample/t_node.csv 	new file:   sample/test 	new file:   sample/test.c 	new file:   sample/test2 	new file:   sample/test2.c
29e9d13	Alex Stein	Sun May 7 10:26:05 2017	still trying to enable pointer addition, not working
a8450f9	Alex Stein	Sat May 6 18:39:02 2017	removed lots of warnings
c1229e7	Alex Stein	Sat May 6 18:27:58 2017	mallocassign is working, time to move on to arrays
f98e477	Alex Stein	Sat May 6 17:34:32 2017	major breakthrough towards mallocassign, essentially implemented lazy intialization
e43b5d5	Alex Stein	Sat May 6 17:03:03 2017	got array declarations working, still cant declare and assign a pointer on the same line
aa876d7	Alex Stein	Sat May 6 12:46:36 2017	added semantic checking for malloc
c1a11cc	Alex Stein	Sat May 6 12:08:22 2017	...
70d2dbf	Alex Stein	Sat May 6 12:04:44 2017	added capability to malloc sizes larger than one, still need to test further
af91f4a	Alex Stein	Tue May 2 11:24:26 2017	going to branch before trying to use objects to solve mutual recursion problem
9bfbef1	Alex Stein	Sat Apr 29 21:53:55 2017	declaring initialization lists now works, check out declareinit.mc
0f0ef43	Alex Stein	Thu Apr 27 21:43:01 2017	holy shit, LH pointer assign is working.
8d3d203	Alex Stein	Tue Apr 25 21:06:24 2017	baby steps, turned a program from a tuple into a record of lists
6b7cbc5	Alex Stein	Tue Apr 25 19:05:35 2017	couldn't get LH pointers working, nuclear option of copying CIMPLE initiated
39b41ec	Alex Stein	Sat Apr 22 22:52:35 2017	got pointer deref basics working
ce0594e	Alex Stein	Sat Apr 22 15:32:40 2017	more target enforcement
5bb7702	Alex Stein	Sat Apr 22 15:30:30 2017	placeholders to enforce target structure, updated operator precedence
d45d64e	Alex Stein	Sat Apr 22 15:16:07 2017	pointer addressOf function sort of working, moving on
c9142a9	Ubuntu	Sat Apr 22 14:44:36 2017	target needs to be in repo for this to work
c2381c2	Alex Stein	Sat Apr 22 13:58:50 2017	pushing working version for Eric
86878cc	Alex Stein	Mon Apr 17 09:34:03 2017	added ampersand operator, but its not working yet
1bf5e42	Alex Stein	Sat Apr 15 19:14:43 2017	added free function, replaced C import with LLVM calls for build_malloc and build_free
7277434	Alex Stein	Fri Apr 14 20:54:28 2017	malloc tests working, time for next steps
049e769	Alex Stein	Fri Apr 14 20:07:52 2017	mallocexpr working
3a0900b	Alex Stein	Fri Apr 14 20:02:00 2017	got casting working for voidptr to intptr
51764ce	Alex Stein	Thu Apr 13 19:33:55 2017	pointer assign is working, just needed to change from physical to structural equality in semanta
9731298	Alex Stein	Thu Apr 13 14:29:07 2017	more tests
e0f9e6b	Alex Stein	Thu Apr 13 13:42:35 2017	still don't have pointerassign working, but made some progress with casting etc.
3b80143	Alex Stein	Thu Apr 13 01:06:06 2017	semantic checking not working for pointerasign int*=int*
c328b57	Alex Stein	Thu Apr 13 00:16:15 2017	sizeof operator with some progress, test is passing with minimal checking
2bc5206	Alex Stein	Wed Apr 12 23:28:06 2017	got malloc and sizeof compiling, but no semantic checking, antd the pointer-assign test is failing
a1a6754	Alex Stein	Tue Apr 11 19:27:09 2017	pointer declarations working, no actual assignment yet
8f23ef0	Alex Stein	Sun Apr 2 15:02:27 2017	fixed codegen.ml so that print didn't have garbage, used clang on printf.c to figure it out
2ea3f67	Alex Stein	Thu Mar 30 23:05:08 2017	created target area thru test shell scripts
ffddf15	Alex Stein	Tue Mar 28 00:36:16 2017	fixed makefule tar facility
e9635b3	Alex Stein	Tue Mar 28 00:15:47 2017	crappy but semi-functional hello-world delivery
599a136	Alex Stein	Mon Mar 27 22:32:03 2017	almost there
3f3eb5d	Alex Stein	Mon Mar 27 22:14:06 2017	llvm is doing the proper ASCII character input, but printf is not reading it out properly
bac9e74	Alex Stein	Mon Mar 27 21:25:07 2017	got codegen doing something for strlit example
fa442a7	Alex Stein	Mon Mar 27 21:04:29 2017	codegen building, just not passing strlit test
590f768	Alex Stein	Mon Mar 27 20:42:33 2017	sharing latest broken code
ca7cead	Alex Stein	Mon Mar 27 18:39:02 2017	it ain't workin totally, but its damn close... on codegen step for StringLit
7feada9	Alex Stein	Mon Mar 27 09:01:05 2017	started messing with the ocaml code for cplus, moved everything into cplus
55d2cb6	Alex Stein	Mon Mar 27 02:30:09 2017	merging
c865ac2	Alex Stein	Mon Mar 27 02:29:06 2017	.
787a2b6	Alex Stein	Mon Mar 27 02:18:35 2017	merging
6b30133	Alex Stein	Mon Mar 27 02:16:59 2017	setup test area for cplus, mocked microc automation, still some fixes needed
0bebedf	Ubuntu	Sun Mar 26 23:54:23 2017	.
dc4ba2b	Alex Stein	Sun Mar 26 23:48:31 2017	fixed problem with microC testing
d612502	Alex Stein	Sun Mar 26 23:26:56 2017	removed the crap
3f2aebb	Alex Stein	Sun Mar 26 23:24:51 2017	got it working on my local machine
380e703	Ubuntu	Sun Mar 26 22:55:49 2017	fixing gitignore file
4215fbf	Ubuntu	Sun Mar 26 22:53:44 2017	successfully installed llvm.3.7 and tested microC
199db16	Ubuntu	Sun Mar 5 13:32:16 2017		new file:   test.ml
27aedd3	tomodachi21	Sun Mar 5 13:12:46 2017	Initial commit