Commit Graph

87 Commits

Author SHA1 Message Date
81a08cb9f8 Switched to POST request 2015-04-21 17:36:40 -04:00
ddf1d00f1b Merge branch 'mplamann'
Conflicts:
	public/vm/c0vm.js
2015-04-20 22:17:59 -04:00
739005289e changed because Mitchell broke things 2015-04-20 22:08:07 -04:00
62d0e37984 Merge branch 'shyam_raghavan' of github.com:aarongut/cdb into shyam_raghavan
Conflicts:
	progress_report/progress_report.dvi
	progress_report/progress_report.fdb_latexmk
	progress_report/progress_report.fls
	progress_report/progress_report.out
	progress_report/progress_report.pdf
	progress_report/progress_report.tex
	progress_report/progress_report.tex.project.vim
	progress_report/progress_report_aux
2015-04-20 20:36:50 -04:00
d0540da465 Progress Report done 2015-04-20 20:36:14 -04:00
Mitchell Plamann
349fd6ff78 Start of a breakpoints system 2015-04-19 19:48:45 -04:00
Mitchell Plamann
6138821c3a Moved non-IO callbacks to c0ffi.js 2015-04-19 19:18:49 -04:00
Mitchell Plamann
d39df5314d Fixed strings 2015-04-19 19:11:20 -04:00
e870cd5cf9 WIP - Progress Report 2015-04-14 20:38:05 -04:00
d18ccb49da Progress Report - in progress 2015-04-14 20:32:35 -04:00
ff581d8a8c Progress Report - in progress 2015-04-14 16:51:47 -04:00
d203261c64 Progress report progress section woo! 2015-04-14 16:45:34 -04:00
6e3a9b87b9 Merge branch 'run_vm'
Adds basic support for running c0 in browser
2015-04-13 23:16:06 -04:00
55b06a1288 Merge branch 'mplamann' into run_vm
Conflicts:
	public/vm/index.js
2015-04-13 23:15:38 -04:00
d2841cd48f Merge branch 'mplamann' into run_vm
Conflicts:
	public/vm/index.js
2015-04-13 23:12:40 -04:00
bbd72c2111 VM works in browser for simple examples. 2015-04-13 22:50:30 -04:00
Mitchell Plamann
e029efcbd7 Added literature review first draft for the progress report 2015-04-13 18:55:01 -04:00
Mitchell Plamann
65197535bc This whole "strings" thing isn't quite working... 2015-04-12 00:56:07 -04:00
Mitchell Plamann
ee99956b52 Arith.c0 test is successful 2015-04-12 00:37:20 -04:00
Mitchell Plamann
f2541c0266 Fixed error with the way the string pool worked 2015-04-12 00:33:57 -04:00
Mitchell Plamann
f13a302b54 Merge branch 'master' of https://github.com/aarongut/cdb into mplamann 2015-04-12 00:33:11 -04:00
Mitchell Plamann
00bf6e8243 Struct functions (at least) actually work 2015-04-06 02:56:54 -04:00
Mitchell Plamann
be1848a055 Arrays and structs kinda work... 2015-04-06 02:41:11 -04:00
Mitchell Plamann
3278bfe6c4 Added native function support 2015-04-06 02:22:37 -04:00
Mitchell Plamann
30e983e656 Added tests for array/struct impl, but they in general require printing
to screen
2015-04-06 01:21:41 -04:00
Mitchell Plamann
447b40710e Started working on array/struct impl 2015-04-06 01:21:21 -04:00
decf25ed29 started working to integrate vm and site 2015-04-03 01:42:04 -04:00
20913ff264 Fixes #1. Moved compile button above textarea 2015-04-02 12:42:10 -04:00
b9acc5c659 Fixed some words n'at 2015-04-02 12:23:43 -04:00
Mitchell Plamann
51f57539eb Updated PDF 2015-04-01 01:16:50 -04:00
Mitchell Plamann
2f774a0200 Merge branch 'master' of https://github.com/aarongut/cdb 2015-04-01 01:12:26 -04:00
Mitchell Plamann
e9c137f1e6 Added instructions. Create a GitHub issue if there are any problems. 2015-04-01 01:11:10 -04:00
489628e0a6 Merge branch 'master' of github.com:aarongut/cdb 2015-04-01 00:39:33 -04:00
1a4ea7b946 finished introduction 2015-04-01 00:39:21 -04:00
Mitchell Plamann
794150083f Resolves #3 2015-03-31 23:46:36 -04:00
Mitchell Plamann
ffb398cecc Merge branch 'master' of https://github.com/aarongut/cdb 2015-03-31 23:30:48 -04:00
c5acca8cdc Merge branch 'master' of github.com:aarongut/cdb 2015-03-31 23:30:26 -04:00
19be3ddd02 Fixes #2 2015-03-31 23:30:10 -04:00
Mitchell Plamann
54459bc6df Fixes #2 2015-03-31 23:29:39 -04:00
Mitchell Plamann
710a128529 Added images for instructions 2015-03-31 23:15:49 -04:00
827f234009 writting 3 template 2015-03-31 23:05:54 -04:00
Mitchell Plamann
1c21e8f140 Merge branch 'master' of https://github.com/aarongut/cdb into mplamann 2015-03-31 22:51:08 -04:00
3d6dc69334 basic wireframe site 2015-03-30 20:36:39 -04:00
Mitchell Plamann
e9285d5e9d cleanup 2015-03-28 19:39:01 -04:00
Mitchell Plamann
9159cf1389 Added more tests, function calls work
Fixed a bunch of bugs in other opcodes, too
2015-03-28 19:14:10 -04:00
Mitchell Plamann
6774610569 Added unit tests. Meant to be run with nodeunit 2015-03-28 18:35:43 -04:00
Mitchell Plamann
af86f56873 Watch out for operator precedence 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
2015-03-23 16:07:46 -04:00
f4f0ad08f9 adding procfile so project will actually run on heroku 2015-03-23 13:22:22 -04:00
6e43cdf6a0 nodejs app started 2015-03-23 13:15:28 -04:00