]> git.mdlowis.com Git - proto/obnc.git/commit
reformatted predefined types. Broken, but close
authormike lowis <mike@mdlowis.com>
Fri, 9 Apr 2021 03:16:18 +0000 (23:16 -0400)
committermike lowis <mike@mdlowis.com>
Fri, 9 Apr 2021 03:16:18 +0000 (23:16 -0400)
commit4606637f88ae9fc841484880f61f26c713628942
tree7b22bb2e0545bca3a86ca959babf8eae39e9eda9
parent87f078b5f9b2a0cfa534ffb75a1e273d4a39d2ee
reformatted predefined types. Broken, but close
58 files changed:
lib/obnc/Files.obn
lib/obnc/FilesTest.obn
lib/obnc/In.obn
lib/obnc/InTest.obn
lib/obnc/Input.obn
lib/obnc/Input0.obn
lib/obnc/Input0Test.obn
lib/obnc/InputTest.obn
lib/obnc/Math.obn
lib/obnc/Out.obn
lib/obnc/Strings.obn
lib/obnc/StringsTest.obn
lib/obnc/XYplane.obn
lib/obnc/XYplaneTest.obn
src/Oberon.y
src/Table.c
src/y.tab.c
src/y.tab.h
tests/obnc/failing-at-compile-time/A.obn
tests/obnc/failing-at-compile-time/T2PointerToNonRecord.obn
tests/obnc/failing-at-compile-time/T2RedeclaredField.obn
tests/obnc/failing-at-compile-time/T2RepeatedParameterIdent.obn
tests/obnc/failing-at-compile-time/T2WrongResolvedType.obn
tests/obnc/failing-at-compile-time/T3RepeatedField.obn
tests/obnc/failing-at-compile-time/T3RepeatedVar.obn
tests/obnc/failing-at-compile-time/T4InvalidProcedureComparison.obn
tests/obnc/failing-at-compile-time/T4TypeGuardOnNonVarParamRecord.obn
tests/obnc/failing-at-compile-time/T5AssignPredefinedProcedure.obn
tests/obnc/failing-at-compile-time/T5FunctionProcedureStatement.obn
tests/obnc/failing-at-compile-time/T5InvalidArrayAssignment.obn
tests/obnc/failing-at-compile-time/T5NonConstForLoopInc.obn
tests/obnc/failing-at-compile-time/T5StringAssignment.obn
tests/obnc/failing-at-compile-time/T5StructValueParamAssignment.obn
tests/obnc/failing-at-compile-time/T6ExtendedPointerVarParam.obn
tests/obnc/failing-at-compile-time/T6ForgottenReturnType.obn
tests/obnc/failing-at-compile-time/T6LocalParamTypeRef.obn
tests/obnc/failing-at-compile-time/T6NonScalarResultType.obn
tests/obnc/failing-at-compile-time/T6ReadOnlyParam.obn
tests/obnc/failing-at-compile-time/T7AccessNonExportedField.obn
tests/obnc/failing-at-compile-time/T7ExportLocalIdent.obn
tests/obnc/failing-at-runtime/T4FailingTypeGuard.obn
tests/obnc/failing-at-runtime/T5AssignStringToOpenArray.obn
tests/obnc/failing-at-runtime/T5OpenArrayAssignment.obn
tests/obnc/passing/A.obn
tests/obnc/passing/B.obn
tests/obnc/passing/OBNC.obn
tests/obnc/passing/T1ConstantDeclarations.obn
tests/obnc/passing/T2TypeDeclarations.obn
tests/obnc/passing/T3VariableDeclarations.obn
tests/obnc/passing/T4Expressions.obn
tests/obnc/passing/T5Statements.obn
tests/obnc/passing/T5SystemStatements.obn
tests/obnc/passing/T6ProcedureDeclarations.obn
tests/obnc/passing/T7Modules.obn
tests/obnc/passing/lib/Local.obn
tests/obnc/passing/lib1/Local.obn
tests/obncdoc/ExportedFeatures.obn
tests/obncdoc/NoExportedFeatures.obn