]> git.mdlowis.com Git - archive/bitbucket.git/commit
Added bci prototype and language design prototypes
authorMike D. Lowis <mike@mdlowis.com>
Mon, 19 Mar 2012 13:36:17 +0000 (09:36 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Mon, 19 Mar 2012 13:36:17 +0000 (09:36 -0400)
commit81992e5376056adf6bc0e7e7fed6fc4be1f6f499
tree361e306116c025f8adf408ff54b454249cca65a9
parent4ff439e673ec516630d768d15693c362ce80c3e0
Added bci prototype and language design prototypes
38 files changed:
bash/bci.sh [new file with mode: 0644]
bash/builds/DUMMY [new file with mode: 0644]
bash/builds/vimrc [new submodule]
bash/html/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
bash/html/css/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
bash/html/css/ui-lightness/jquery-ui-1.8.18.custom.css [new file with mode: 0644]
bash/html/index.html [new file with mode: 0644]
bash/html/index.html_ [new file with mode: 0644]
bash/html/js/jquery-1.7.1.min.js [new file with mode: 0644]
bash/html/js/jquery-ui-1.8.18.custom.min.js [new file with mode: 0644]
bash/log/build.log [new file with mode: 0644]
bash/log/status.log [new file with mode: 0644]
bash/repos [new file with mode: 0644]
lang_design/prototypal/main.cpp [new file with mode: 0644]
lang_design/prototypal/types/block.h [new file with mode: 0644]
lang_design/prototypal/types/bool.h [new file with mode: 0644]
lang_design/prototypal/types/char.h [new file with mode: 0644]
lang_design/prototypal/types/list.h [new file with mode: 0644]
lang_design/prototypal/types/number.h [new file with mode: 0644]
lang_design/prototypal/types/object.h [new file with mode: 0644]
lang_design/prototypal/types/prototype.h [new file with mode: 0644]
lang_design/prototypal/types/string.h [new file with mode: 0644]
lang_design/prototypal/types/symbol.h [new file with mode: 0644]
lang_design/prototypal/types/vector.h [new file with mode: 0644]
lang_design/types/main.cpp [new file with mode: 0644]
lang_design/types/stack_var.cpp [new file with mode: 0644]