Edward R. Gonzalez ed
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-03 14:34:51 -08:00
e00b2f8afb Reduced ECode to C compatible vairant
72d088c566 reduction done on eoperator
c6fba23173 reduce ESpecifier to c-compatiable enum
d45908fb32 reduce TokType enum to c-compatiable
a7c9dad9fd cpp feature reduction usage in parser
Compare 5 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-03 06:24:52 -08:00
63ebd0d094 removed reference type usage in components/lexer.cpp, looking into resolving 'using namespace' usage
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-02 22:14:52 -08:00
f28ae57f16 setup upfront interface to have optional vars in structs (for C later)
2fe708e4be Began to reduce cpp feature usage in lexer and parser
69a9abcd59 Finished AST/Code member inferface usage elimination in base library.
defe42c15c member proc usage reductions on CodeTypes complete (Typedef, Union, Using, Var)
05e65aa464 Did reductions on Module, NS, Operator, OpCast, Pragma, PreprocessCond, Template, and Type codes
Compare 5 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-02 14:04:52 -08:00
8f47f3b30f Comment, Constructor, Destructor, Define, Enum, Exec, Extern, Include, Friend, Fn codes member proc usage reductions
0bad61fda6 remove raw member def from code types, reduction on CodeAttributes
ea18792373 Progress on member proc usage reduction (CodeParam, CodeSpecifiers)
Compare 3 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-02 05:54:52 -08:00
16b8a3a164 began to remove usage of code specific types member procs
5b0079fb0c ast interface uage reductions
9321a04ebc reduction of Code struct member function usage in base lib
9b68791e38 fixes for array when not using member features.
2dcc968c39 Preparing for reductions on code_types.hpp
Compare 5 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-01 21:44:52 -08:00
c38b077c37 Code::set_global reduction
f9b5029e64 Code::is_valid rection
2b24511f7d Code::is_equal reduction
5cd69e1742 Code::is_body reduction
007bfa0cb0 Code::duplicate reduction
Compare 10 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-01 13:34:51 -08:00
9e88cb8724 String::is_equal added (bad last commit)
f61c1c560d String::is_equal added
8ef982003a Added is_body to AST and Code types
31691b1466 Fixed issue with HashTable region detection
Compare 4 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-12-01 05:24:51 -08:00
ed0c0422ad Looking into what the library's convention for enums will be.
e5acac1d18 String member definitions not longer used in the base project
c7b072266f progress on c_library.cpp
a96d03eaed brought over the generators of array and hashtable for c-lib gen
0b4ccac8f9 Removed usage of hashtable member procs
Compare 5 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-11-30 21:14:51 -08:00
31a3609b28 some fixes to c's fixed_arena gen
fbdb870986 Finished first pass reviewing memory.hpp for C lib generation
6d04165b96 Reduce cpp freatures usage of Array container.
cc245cc263 new files
06deb1e836 memory.hpp no longer uses memory mappings by default
Compare 7 commits »
ed synced commits to de_oop at ed/gencpp from mirror 2024-11-30 13:04:52 -08:00
056a5863b8 for the future...
79eb5f1f76 strings done
c6cb583518 Hashtable done
34eec66f35 Array done
4137ebfbd8 pool done (see previous commits for context)
Compare 6 commits »
ed pushed to master at ed/SectrPrototype 2024-11-30 01:51:08 -08:00
292d1b58b5 finishex exposing cam zoom settings to the wiget menu and the font size canvas scalaar
ed pushed to master at ed/SectrPrototype 2024-11-29 23:34:18 -08:00
dd2f6e9c71 Finished cam_zoom_mode settings entry, reduced anchor and alignment contraints for ui_layout_children_<> procs
7f8a068268 titles for the zoom mode setting menu btns aren't behaving correctly...
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2024-11-29 20:25:30 -08:00
eba9ec8a30 changed engine_refresh_hz setting to use the InputBox widget
ed pushed to master at ed/SectrPrototype 2024-11-29 20:17:32 -08:00
533da2cdfb made intial impl for UI_TextInputBox, used it with min and max cam zoom settings ui
ed pushed to master at ed/SectrPrototype 2024-11-29 17:29:31 -08:00
f6ba5b2638 minor cleanup before generalization
ed pushed to master at ed/SectrPrototype 2024-11-29 17:11:13 -08:00
898c389bb0 prototype cursor done
ed pushed to master at ed/SectrPrototype 2024-11-29 14:46:27 -08:00
c62bf2cf07 refinements to input box prototype
ed synced commits to de_oop at ed/gencpp from mirror 2024-11-29 12:40:20 -08:00
ed synced new reference de_oop to ed/gencpp from mirror 2024-11-29 12:40:20 -08:00
ed synced commits to main at ed/gencpp from mirror 2024-11-29 12:40:20 -08:00
e3c2a577ba addded String::contains defs