]> Creatis software - bbtk.git/commit
- Finished the Transcriptor
authorguigues <guigues>
Wed, 26 Mar 2008 14:47:35 +0000 (14:47 +0000)
committerguigues <guigues>
Wed, 26 Mar 2008 14:47:35 +0000 (14:47 +0000)
commit05e7ead34117d7cd9946e02dfc6a4f1079630f4f
tree64a3d50f2b3377166ceeba97ee6168d9f876d96b
parentb9da3baf83b7791357c78322e3280314ec782f40
- Finished the Transcriptor
- created 2 apps :
  - bbs2cpp which translates a bbs script into a c++ code
  - bbc which translates and compiles a bbs script ending with an exe !
17 files changed:
kernel/appli/CMakeLists.txt
kernel/appli/bbc/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbc/CMakeLists.txt.in [new file with mode: 0644]
kernel/appli/bbc/bbc.sh.in [new file with mode: 0755]
kernel/appli/bbc/main.cxx.in [new file with mode: 0644]
kernel/appli/bbi/bbi.cxx
kernel/appli/bbs2cpp/CMakeLists.txt [new file with mode: 0644]
kernel/appli/bbs2cpp/bbs2cpp.cxx [new file with mode: 0644]
kernel/src/bbtkInterpreter.cxx
kernel/src/bbtkInterpreter.h
kernel/src/bbtkTranscriptor.cxx
kernel/src/bbtkTranscriptor.h
kernel/src/bbtkVirtualExec.h
kernel/src/bbtkWx.cxx
kernel/src/bbtkWx.h
packages/std/src/bbstdExecBbiCommand.cxx
packages/wx/src/bbwxCommandButton.cxx