Initial Commit

This commit is contained in:
Tobba
2016-03-06 20:52:14 +01:00
commit b181d0b552
4325 changed files with 579453 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
// DM Environment file for JSON.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.
// BEGIN_INTERNALS
/*
FILE: _JSON.dm
*/
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "_JSON.dm"
#include "JSON Reader.dm"
#include "JSON Writer.dm"
#ifdef __MAIN__ // BEGIN_DEMO
#include "Demo.dm"
#endif // END_DEMO
// END_INCLUDE