Skip to content
Success

Changes

Summary

  1. Fixed spelling mistake. (I'm 99% sure.) (details)
  2. Made string literals constants. Preformed required updates. Resisted preforming large refactoring. (details)
  3. Constant strings on input. The previous changes only effected generated code. (details)
  4. Reverted the change to the compiler. The other changes are both practically and theoretically correct. (details)
Commit 8c55d34a854e9f5c43d8f5d4eb3fe88c32222f64 by ajbeach
Fixed spelling mistake. (I'm 99% sure.)
The file was modifiedsrc/AST/Decl.hpp
The file was modifiedsrc/Parser/TypeData.cpp
The file was modifiedsrc/AST/Decl.cpp
Commit c2cf2d02c178c5380965cdd16a90c4de037542a5 by ajbeach
Made string literals constants. Preformed required updates. Resisted preforming large refactoring.
The file was modifiedsrc/Validate/ImplementEnumFunc.cpp
The file was modifiedsrc/AST/Expr.cpp
Commit 550afde2bf08516ecfe20278bc3e7505fc6c2713 by ajbeach
Constant strings on input. The previous changes only effected generated code.
The file was modifiedlibcfa/src/parseargs.cfa
The file was modifiedsrc/Parser/ExpressionNode.cpp
Commit 5a2b0b7b0e883c8c1b2c41ceb67ef7f7c2f6b900 by ajbeach
Reverted the change to the compiler. The other changes are both practically and theoretically correct.
The file was modifiedsrc/Parser/ExpressionNode.cpp