Commit Graph

79 Commits

Author SHA1 Message Date
Krzosa Karol
eff6b10cf4 Core: Add Ast_Label 2023-04-22 13:28:21 +02:00
Krzosa Karol
4657b4460e Core: Fix null pointer crash 2023-04-21 23:08:35 +02:00
Krzosa Karol
bbd8b0ab91 Core: Remove AST_Tuple, repurpose VAR_UNPACK (buggy probably) 2023-04-21 22:49:15 +02:00
Krzosa Karol
108ec6121e Core: #compiler_breakpoint 2023-04-21 15:34:59 +02:00
Krzosa Karol
32cda2b59e Core: New unique_name scheme, more human friendly 2023-04-21 14:44:13 +02:00
Krzosa Karol
51cebbf4d0 Core: Fix assigning to arrays 2023-04-21 09:45:57 +02:00
Krzosa Karol
1e12f51451 Compiler: Fix empty return compound codegen 2023-04-21 09:06:48 +02:00
Krzosa Karol
200b5e4f9f Core: Add continue keyword 2023-04-21 08:03:13 +02:00
Krzosa Karol
e6bf6b680e Core: Conditional compound to fix Msvc, better assert but printf based, Fix tests 2023-04-21 07:55:34 +02:00
Krzosa Karol
597cee5fb8 RTS, Fix invalid struct names in type info 2023-04-19 08:09:59 +02:00
Krzosa Karol
556677c42b Add missing type stuff 2023-04-16 15:37:29 +02:00
Krzosa Karol
7152a710cc Add c types, int is default type 2023-04-16 15:02:25 +02:00
Krzosa Karol
8c4975db35 Implemented C variadic arguments 2023-04-14 22:22:34 +02:00
Krzosa Karol
44b0bededa Factor 2023-04-05 21:51:30 +02:00
Krzosa Karol
fb9c8728ea Compiling with MSVC, Using raylib! Cleanup 2023-04-05 21:49:05 +02:00
Krzosa Karol
e2140817df Using For from Array 2023-04-02 12:13:11 +02:00
Krzosa Karol
9bb355ed93 core build system and array, it compiles! 2023-04-02 11:16:13 +02:00
Krzosa Karol
96ce6765fe unique_name sheningans 2023-04-01 20:32:29 +02:00
Krzosa Karol
e8f82f643a Cleanup compile time variables from generated code 2023-04-01 19:54:03 +02:00
Krzosa Karol
9e077d4d88 Unique names for polymorphic types 2023-04-01 11:43:26 +02:00
Krzosa Karol
b14979d754 We are generating basic polymorphic types! 2023-04-01 10:30:07 +02:00
Krzosa Karol
5fb4999ca8 Polymorphs 2023-04-01 09:28:35 +02:00
Krzosa Karol
b6835d0f6a Copying and printing the copy 2023-03-31 22:44:11 +02:00
Krzosa Karol
e70d544029 Core printing 2023-03-31 22:28:18 +02:00
Krzosa Karol
d552716b49 Add di's to ast_copy 2023-03-31 21:40:39 +02:00
Krzosa Karol
b2e8012afa Change name Scratch_Scope to Scoped_Arena 2023-03-31 17:39:00 +02:00
Krzosa Karol
277404fe95 Iterator + start to add core to core codegen 2023-03-31 17:38:32 +02:00
Krzosa Karol
1839279235 Fix iterator traversal order 2023-03-31 12:41:19 +02:00
Krzosa Karol
7dcd53587e Type info uses slices now! Fixed a case of slice needing to have a completed type 2023-03-29 10:22:43 +02:00
Krzosa Karol
cb630951fd Compound expression for union 2023-03-29 10:06:55 +02:00
Krzosa Karol
c9072711b5 Declaring variables of type works 2023-03-29 09:54:15 +02:00
Krzosa Karol
9b91f77cf0 Union type sizing and code generation 2023-03-29 09:52:24 +02:00
Krzosa Karol
0622811a87 Cleanup string format. Using stage_arena 2023-03-29 08:40:35 +02:00
Krzosa Karol
b0633c84f4 Allocator cleanup + '_' skips tests 2023-03-29 08:32:24 +02:00
Krzosa Karol
5495f96b3b Clang format 2023-03-28 21:16:10 +02:00
Krzosa Karol
27d9ad3ddc Fix slice codegen inside calls. Add core_free_compiler 2023-02-10 09:59:06 +01:00
Krzosa Karol
6f8a7ba6c8 Fix arrays in tuples error in C gen. Better api for getting unique name. 2023-02-10 09:04:27 +01:00
Krzosa Karol
d41da94c80 Add string as struct, Fix void pointer indexing
compound for String is not working but maybe that's fine
2023-02-09 20:17:48 +01:00
Krzosa Karol
5e8b3739af Propagating constants in operator overloads 2023-02-09 16:11:16 +01:00
Krzosa Karol
0029e0688b Fix type incomplete of argument in away procedure that has a pointer to
that that is never used outside of procedure definition. We emit void.
2023-02-09 14:41:02 +01:00
Krzosa Karol
7370e8b716 Using arena as token array, remove arenas idea 2023-02-09 12:36:36 +01:00
Krzosa Karol
1121e4aa84 Expose time stats 2023-01-01 19:59:27 +01:00
Krzosa Karol
d6a5df8d95 Cleanup iterators 2023-01-01 17:44:27 +01:00
Krzosa Karol
d120d05eee Move types to Core_Ctx 2023-01-01 16:27:42 +01:00
Krzosa Karol
647958b72d Getting rid of globals 2023-01-01 14:17:37 +01:00
Krzosa Karol
c5539276ae Working on simplifying configurable allocation scheme 2023-01-01 12:40:58 +01:00
Karol Krzosa (Nokia)
d75c54f61f Modifying the class hierarchy and removing globals, allocators, simplifying 2022-12-31 20:10:11 +01:00
Krzosa Karol
673db72e29 Misc changes 2022-12-31 14:16:46 +01:00
Krzosa Karol
e07ad3c86d Module changes, found Type_Incomplete error 2022-10-14 17:20:46 +02:00
Krzosa Karol
2c53693754 CORE_Static 2022-10-11 13:04:35 +02:00