This website requires JavaScript.
46af7125da
Cleaned up unused files
master
final
Aaron Gutierrez
2015-05-06 21:28:44 -04:00
1c68deb03e
Goodbye TechComm :)
Shyam Raghavan
2015-05-06 21:19:34 -04:00
6f57b3eb7c
discussion doneish
Aaron Gutierrez
2015-05-06 17:04:01 -04:00
b527218cd3
REMOVED SHYAMS DUMB .PROJECT FILES.
Aaron Gutierrez
2015-05-06 15:57:57 -04:00
0e1775fcf3
changes for consistency
Aaron Gutierrez
2015-05-06 15:52:58 -04:00
9f4ae3633d
Merge branch 'final' of github.com:aarongut/cdb into final
Aaron Gutierrez
2015-05-06 15:45:57 -04:00
0e04b3f27b
Results finished, draft of abstract
Aaron Gutierrez
2015-05-06 15:43:59 -04:00
63640338bb
Changed Makefile to include more detail
Shyam Raghavan
2015-05-06 15:02:02 -04:00
6661155c32
Completed letter for final report
Shyam Raghavan
2015-05-06 13:17:47 -04:00
0542e022bd
Bare final report
Aaron Gutierrez
2015-05-05 10:21:07 -04:00
5e0529a1e0
Started working on better breakpoints
mplamann
Mitchell Plamann
2015-05-03 16:37:15 -04:00
e24ffd6854
Added breakpoints and added LESS
Shyam Raghavan
2015-04-28 03:14:01 -04:00
fbf975b4ec
Removed trailing whitespace and reorganized things
Shyam Raghavan
2015-04-24 14:45:09 -04:00
3aad88b19d
Added LESS configuration and cleaned up /public
Shyam Raghavan
2015-04-24 01:49:13 -04:00
44f10cb5c6
Correct bytecode line numbers reported when breakpoints are reached
Mitchell Plamann
2015-04-22 21:02:36 -04:00
d035346d2b
Breakpoints behave better now
Mitchell Plamann
2015-04-22 20:26:29 -04:00
5bee4d90c5
Updated tests to work with new parser changes
Mitchell Plamann
2015-04-22 20:07:31 -04:00
eb1f48ad9c
Finished conio, most of string library, changed output and bytecode to textarea
Aaron Gutierrez
2015-04-22 00:14:46 -04:00
c742d5ed74
modded brk insertion and created brk removal
suhaasr
Suhaas Reddy
2015-04-22 00:04:46 -04:00
10f5a43a17
Added most of conio, changed bytecode and output to textareas
Aaron Gutierrez
2015-04-21 18:17:40 -04:00
609b6e17d4
Merge branch 'post'
Aaron Gutierrez
2015-04-21 17:37:06 -04:00
81a08cb9f8
Switched to POST request
Aaron Gutierrez
2015-04-21 17:36:40 -04:00
f4b3c06f79
wrong branch :(
Aaron Gutierrez
2015-04-21 17:22:54 -04:00
88b006cbcc
working cc0.cgi, starting transition to POST request
Aaron Gutierrez
2015-04-20 22:20:20 -04:00
ddf1d00f1b
Merge branch 'mplamann'
Aaron Gutierrez
2015-04-20 22:17:59 -04:00
739005289e
changed because Mitchell broke things
Aaron Gutierrez
2015-04-20 22:08:07 -04:00
62d0e37984
Merge branch 'shyam_raghavan' of github.com:aarongut/cdb into shyam_raghavan
shyam_raghavan
Shyam Raghavan
2015-04-20 20:36:50 -04:00
d0540da465
Progress Report done
Shyam Raghavan
2015-04-20 20:36:14 -04:00
349fd6ff78
Start of a breakpoints system
Mitchell Plamann
2015-04-19 19:48:45 -04:00
6138821c3a
Moved non-IO callbacks to c0ffi.js
Mitchell Plamann
2015-04-19 19:18:49 -04:00
d39df5314d
Fixed strings
Mitchell Plamann
2015-04-19 19:11:20 -04:00
e870cd5cf9
WIP - Progress Report
Shyam Raghavan
2015-04-14 20:38:05 -04:00
d18ccb49da
Progress Report - in progress
Shyam Raghavan
2015-04-14 16:51:47 -04:00
ff581d8a8c
Progress Report - in progress
Shyam Raghavan
2015-04-14 16:51:47 -04:00
d203261c64
Progress report progress section woo!
Aaron Gutierrez
2015-04-14 16:45:34 -04:00
6e3a9b87b9
Merge branch 'run_vm' Adds basic support for running c0 in browser
Aaron Gutierrez
2015-04-13 23:16:06 -04:00
55b06a1288
Merge branch 'mplamann' into run_vm
run_vm
Aaron Gutierrez
2015-04-13 23:15:38 -04:00
d2841cd48f
Merge branch 'mplamann' into run_vm
Aaron Gutierrez
2015-04-13 23:12:40 -04:00
bbd72c2111
VM works in browser for simple examples.
Aaron Gutierrez
2015-04-13 22:50:30 -04:00
e029efcbd7
Added literature review first draft for the progress report
Mitchell Plamann
2015-04-13 18:55:01 -04:00
65197535bc
This whole "strings" thing isn't quite working...
Mitchell Plamann
2015-04-12 00:56:07 -04:00
ee99956b52
Arith.c0 test is successful
Mitchell Plamann
2015-04-12 00:37:20 -04:00
f2541c0266
Fixed error with the way the string pool worked
Mitchell Plamann
2015-04-12 00:33:57 -04:00
f13a302b54
Merge branch 'master' of https://github.com/aarongut/cdb into mplamann
Mitchell Plamann
2015-04-12 00:33:11 -04:00
00bf6e8243
Struct functions (at least) actually work
Mitchell Plamann
2015-04-06 02:56:54 -04:00
be1848a055
Arrays and structs kinda work...
origin/master
Mitchell Plamann
2015-04-06 02:41:11 -04:00
3278bfe6c4
Added native function support
Mitchell Plamann
2015-04-06 02:22:37 -04:00
30e983e656
Added tests for array/struct impl, but they in general require printing to screen
Mitchell Plamann
2015-04-06 01:21:41 -04:00
447b40710e
Started working on array/struct impl
Mitchell Plamann
2015-04-06 01:21:21 -04:00
decf25ed29
started working to integrate vm and site
Aaron Gutierrez
2015-04-03 01:42:04 -04:00
20913ff264
Fixes #1 . Moved compile button above textarea
Aaron Gutierrez
2015-04-02 12:42:10 -04:00
b9acc5c659
Fixed some words n'at
Aaron Gutierrez
2015-04-02 12:23:43 -04:00
51f57539eb
Updated PDF
Mitchell Plamann
2015-04-01 01:16:50 -04:00
2f774a0200
Merge branch 'master' of https://github.com/aarongut/cdb
Mitchell Plamann
2015-04-01 01:12:26 -04:00
e9c137f1e6
Added instructions. Create a GitHub issue if there are any problems.
Mitchell Plamann
2015-04-01 01:11:10 -04:00
489628e0a6
Merge branch 'master' of github.com:aarongut/cdb
Aaron Gutierrez
2015-04-01 00:39:33 -04:00
1a4ea7b946
finished introduction
Aaron Gutierrez
2015-04-01 00:39:21 -04:00
794150083f
Resolves #3
Mitchell Plamann
2015-03-31 23:46:36 -04:00
ffb398cecc
Merge branch 'master' of https://github.com/aarongut/cdb
Mitchell Plamann
2015-03-31 23:30:48 -04:00
c5acca8cdc
Merge branch 'master' of github.com:aarongut/cdb
Aaron Gutierrez
2015-03-31 23:30:26 -04:00
19be3ddd02
Fixes #2
Aaron Gutierrez
2015-03-31 23:30:10 -04:00
54459bc6df
Fixes #2
Mitchell Plamann
2015-03-31 23:29:39 -04:00
710a128529
Added images for instructions
Mitchell Plamann
2015-03-31 23:15:49 -04:00
827f234009
writting 3 template
Aaron Gutierrez
2015-03-31 23:05:54 -04:00
1c21e8f140
Merge branch 'master' of https://github.com/aarongut/cdb into mplamann
Mitchell Plamann
2015-03-31 22:51:08 -04:00
3d6dc69334
basic wireframe site
Aaron Gutierrez
2015-03-30 20:36:39 -04:00
e9285d5e9d
cleanup
Mitchell Plamann
2015-03-28 19:39:01 -04:00
9159cf1389
Added more tests, function calls work
Mitchell Plamann
2015-03-28 19:14:10 -04:00
6774610569
Added unit tests. Meant to be run with nodeunit
Mitchell Plamann
2015-03-28 18:35:43 -04:00
af86f56873
Watch out for operator precedence
Mitchell Plamann
2015-03-28 18:35:26 -04:00
2d8aec3181
cc0.cgi takes in cc0 code as plain text and return a json object with the resulting bytecode. It is currently running at ~amgutier/cc0.cgi on the cc contrib servers, and is liable to be extremely buggy
Aaron Gutierrez
2015-03-23 16:07:46 -04:00
f4f0ad08f9
adding procfile so project will actually run on heroku
Aaron Gutierrez
2015-03-23 13:22:22 -04:00
6e43cdf6a0
nodejs app started
Aaron Gutierrez
2015-03-23 13:15:28 -04:00
e4a297a28d
Restructured the vm
Mitchell Plamann
2015-03-22 23:32:13 -04:00
3eb1346eef
Added arithmetic and control flow functions.
Mitchell Plamann
2015-03-22 22:32:38 -04:00
2b2726e230
Math is hard
Mitchell Plamann
2015-03-22 22:11:10 -04:00
82e3f33738
Added simple and mostly wrong c0vm
Mitchell Plamann
2015-03-22 20:58:21 -04:00
6062716f1d
Added simple test programs
Mitchell Plamann
2015-03-22 20:58:00 -04:00
837efb7b2b
Added bytecode parser according to c0vm-writeup.pdf
Mitchell Plamann
2015-03-21 02:04:49 -04:00
c62c7ed8bf
Updated README
Mitchell Plamann
2015-03-21 00:30:48 -04:00
c0fb8e1b00
Merge branch 'master' of https://github.com/aarongut/cdb
Mitchell Plamann
2015-03-21 00:30:27 -04:00
ad9d4630c7
Updated README
Mitchell Plamann
2015-03-21 00:28:34 -04:00
5061bc961e
Updated README
Mitchell Plamann
2015-03-21 00:28:34 -04:00
e7325d3622
Merge branch 'master' of https://github.com/aarongut/cdb
Mitchell Plamann
2015-03-20 22:56:50 -04:00
38f37f0097
Added helpful link
Mitchell Plamann
2015-03-20 22:55:45 -04:00
3f15a249c8
Added getBytes :: "filename.bc0" -> byte list
Mitchell Plamann
2015-03-20 22:51:13 -04:00
7dd1d854d1
Grammar and such. As far as I can tell, it's ready to be submitted.
Mitchell Plamann
2015-03-05 21:42:19 -05:00
e845be4576
Removed the "POSSIBLY CHANGE THIS" from Project Schedule.
Mitchell Plamann
2015-03-05 20:15:06 -05:00
f644bb9f50
Added introduction, sources cited
Mitchell Plamann
2015-03-05 20:02:24 -05:00
8f153537e9
Made title page better, added abstract
Mitchell Plamann
2015-03-05 19:45:41 -05:00
7401bc0c00
Ugly title page, but has most of the information
Mitchell Plamann
2015-03-05 18:42:38 -05:00
abccbde0f6
TOC is back. I don't quite know how or why. It's probably nothing to worry about.
Mitchell Plamann
2015-03-05 18:22:25 -05:00
cbdbe58805
Updated Gantt chart. TOC disappeared for some reason.
Mitchell Plamann
2015-03-05 18:20:48 -05:00
0a5ef9dde8
Added letter thing. I think everything is supposed to be left-justified, so if anyone knows how to convince LaTeX to do that for us, that would be cool.
Mitchell Plamann
2015-03-05 17:47:40 -05:00
1083955169
minor wording changes to the proposal. Still need to add gannt chart and fix some placeholder text
Aaron Gutierrez
2015-03-05 15:24:02 -05:00
c3efb6fcbf
Remove .toc and .aux files from repo
Aaron Gutierrez
2015-03-05 15:10:50 -05:00
7e59fe0542
Added my bio stuff, reformated tex file to 80 character lines. :-)
Aaron Gutierrez
2015-03-05 15:07:05 -05:00
b9763a2ef1
Added Suhaas's sections to the tex document.
Mitchell Plamann
2015-03-05 11:08:09 -05:00
cf6d50f529
Added Evaluation Criteria
Suhaas Reddy
2015-03-05 09:38:15 -05:00
faf85eb5c8
Added Basic Qualifications
Suhaas Reddy
2015-03-05 09:32:01 -05:00