├── CompilerOverview ├── CompilerOverview.md ├── asm.md ├── directives.md ├── options.md ├── preprocessor.md └── scopinglinkage.md ├── HC ├── ClassMeta.HC ├── Directives.HC ├── Exceptions.HC ├── LastClass.HC ├── Lock.HC ├── NullCase.HC ├── StkGrow.HC ├── SubIntAccess.HC └── SubSwitch.HC ├── LICENSE ├── README.md └── helloworld.HC /CompilerOverview/CompilerOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/CompilerOverview.md -------------------------------------------------------------------------------- /CompilerOverview/asm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/asm.md -------------------------------------------------------------------------------- /CompilerOverview/directives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/directives.md -------------------------------------------------------------------------------- /CompilerOverview/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/options.md -------------------------------------------------------------------------------- /CompilerOverview/preprocessor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/preprocessor.md -------------------------------------------------------------------------------- /CompilerOverview/scopinglinkage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/CompilerOverview/scopinglinkage.md -------------------------------------------------------------------------------- /HC/ClassMeta.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/ClassMeta.HC -------------------------------------------------------------------------------- /HC/Directives.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/Directives.HC -------------------------------------------------------------------------------- /HC/Exceptions.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/Exceptions.HC -------------------------------------------------------------------------------- /HC/LastClass.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/LastClass.HC -------------------------------------------------------------------------------- /HC/Lock.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/Lock.HC -------------------------------------------------------------------------------- /HC/NullCase.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/NullCase.HC -------------------------------------------------------------------------------- /HC/StkGrow.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/StkGrow.HC -------------------------------------------------------------------------------- /HC/SubIntAccess.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/SubIntAccess.HC -------------------------------------------------------------------------------- /HC/SubSwitch.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/HC/SubSwitch.HC -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/README.md -------------------------------------------------------------------------------- /helloworld.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpaciousCoder78/holyc-docs/HEAD/helloworld.HC --------------------------------------------------------------------------------