Changeset 1056 for cpp/README.txt
- Timestamp:
- 12/28/20 02:06:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/README.txt
r1022 r1056 38 38 +- vm - virtual machine programming: FramScript grammar (lex and yacc/bison) 39 39 +- classes - C++ interfaces and implementations of basic FramScript objects 40 41 42 ______________________ Source formatting guidelines _____________________ 43 44 File names: all letters are lower case, with '-' as word separator if needed. 45 Indents: tab 46 Scopes 47 { 48 ClassName variable_lower_case; 49 variable_lower_case.camelCaseMathodOrFunction(); 50 }
Note: See TracChangeset
for help on using the changeset viewer.