Menu

Tree [d039d8] default tip /
 History

Read Only access


File Date Author Commit
 Scripts 2010-09-12 Darcy Rayner Darcy Rayner [2cdb47] Fixed error where nested parenthesis would fail...
 README 2010-08-28 Darcy Rayner Darcy Rayner [416b3b] Cleaned up all known memory leaks, added intern...
 datascope.cpp 2010-09-12 Darcy Rayner Darcy Rayner [d039d8] Alright, really fixed arrays this time, and cha...
 datascope.h 2010-09-12 Darcy Rayner Darcy Rayner [ba6136] Fixed arrays so now ,
 datascope.o 2010-09-11 Darcy Rayner Darcy Rayner [5a1f4f] Fixed segmentation fault which occurs when not ...
 fileio.cpp 2010-09-12 Darcy Rayner Darcy Rayner [2cdb47] Fixed error where nested parenthesis would fail...
 fileio.h 2010-09-11 Darcy Rayner Darcy Rayner [f4e900] Added user specified data passing to internal f...
 fileio.o 2010-09-11 Darcy Rayner Darcy Rayner [5a1f4f] Fixed segmentation fault which occurs when not ...
 main.cpp 2010-09-12 Darcy Rayner Darcy Rayner [ba6136] Fixed arrays so now ,
 main.o 2010-09-08 Darcy Rayner Darcy Rayner [9471dc] Just saving some work before attempting UTF-8 c...
 makefile 2010-09-08 Darcy Rayner Darcy Rayner [9471dc] Just saving some work before attempting UTF-8 c...
 object.cpp 2010-09-10 Darcy Rayner Darcy Rayner [60f3a5] Fixed some errors,cleaned up some warnings.
 object.h 2010-09-10 Darcy Rayner Darcy Rayner [60f3a5] Fixed some errors,cleaned up some warnings.
 object.o 2010-09-11 Darcy Rayner Darcy Rayner [5a1f4f] Fixed segmentation fault which occurs when not ...
 scudscript.cpp 2010-09-11 Darcy Rayner Darcy Rayner [f4e900] Added user specified data passing to internal f...
 scudscript.h 2010-09-12 Darcy Rayner Darcy Rayner [2cdb47] Fixed error where nested parenthesis would fail...
 scudscript.o 2010-09-11 Darcy Rayner Darcy Rayner [5a1f4f] Fixed segmentation fault which occurs when not ...
 system.cpp 2010-09-12 Darcy Rayner Darcy Rayner [d039d8] Alright, really fixed arrays this time, and cha...
 system.h 2010-09-11 Darcy Rayner Darcy Rayner [f4e900] Added user specified data passing to internal f...
 system.o 2010-09-11 Darcy Rayner Darcy Rayner [5a1f4f] Fixed segmentation fault which occurs when not ...

Read Me

1.Table of Contents
-----------------

1. Table of Contents
2. Version Information
3. Feature List
4. Compilation Notes
5. Major Bugs
6. Credits

2.Version Information
-------------------

v0.1 - Early alpha build, have basic control structures implemented and simple
       instance management system.

3.Feature List
--------------

   -Control structures such as if,while, do-while,for,switch, break, continue,
    return and if-else statements fully implemented
   
   -Object creation, and event triggering system

   -System for internal function calls 

   -Instance management system

   -Partially complete error checker

   -Implemented n-dimensional array structures, (pass by value only)
   
   -Fully implemented scoping system

   -Multiple file parsing
 
   -Recursive n-dimensional resizeable arrrays

4.Compilation Notes
-------------------

   With Unix/Cygwin:
      make all: Builds libsScudscript
      make program: Builds a simple hello world program demonstrating basic 
                    object usage.
      make clean: Removes all object files and binaries.

5.Major Bugs
------------

   -Little thread safety
   -Specifing a 'return' value without parenthesis
   -Calling the operator delete from with a event which in turn is being called
    from another object can cause some serious segmentation faults. To avoid 
    this, don't call events from internal functions

6.Credits
---------
Code base maintained by Darcy Rayner-(darcy.rayner@gmail.com aka fengshuiavenger)

MongoDB Logo MongoDB