Commit Graph

43 Commits

Author SHA1 Message Date
Krzosa Karol
56eb7e6de2 Core RTS: Path finding seems to work! 2023-04-18 17:26:08 +02:00
Krzosa Karol
bea10a621e Core Compiler: Fix type incomplete polymorph, work on RTS 2023-04-18 16:23:36 +02:00
Krzosa Karol
4ecb329033 Compiler game work + enable cast from pointer to int 2023-04-18 13:50:57 +02:00
Krzosa Karol
7cb4b7145f More raylib stuff, error messages matching sublime error format 2023-04-17 21:07:21 +02:00
Krzosa Karol
556677c42b Add missing type stuff 2023-04-16 15:37:29 +02:00
Krzosa Karol
fdcdc8ea86 Misc 2023-04-14 21:13:38 +02:00
Krzosa Karol
fb9c8728ea Compiling with MSVC, Using raylib! Cleanup 2023-04-05 21:49:05 +02:00
Krzosa Karol
9bb355ed93 core build system and array, it compiles! 2023-04-02 11:16:13 +02:00
Krzosa Karol
7da3e27c05 Cleanup 2023-03-29 08:14:36 +02:00
Krzosa Karol
7370e8b716 Using arena as token array, remove arenas idea 2023-02-09 12:36:36 +01:00
Krzosa Karol
8c0a8bf72b Working on simplifying the allocation scheme 2023-01-01 10:48:06 +01:00
Krzosa Karol
d10b72057e Block based arena 2023-01-01 00:38:19 +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
e20edaa3a2 You can use compiler_interface hpp outside 2022-12-31 14:53:40 +01:00
Krzosa Karol
23db7cc5c4 Add Core compiler interface 2022-12-31 14:47:47 +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
16a2fe659e Misc changes 2022-10-13 20:46:03 +02:00
Krzosa Karol
022f874c32 Working on math libraries 2022-10-13 12:33:16 +02:00
Krzosa Karol
6e8acf7dc8 Adding missed compiler errors, some work on modules 2022-10-13 11:43:15 +02:00
Krzosa Karol
f50e7b5250 Errors work better with sublime 2022-10-13 08:18:50 +02:00
Krzosa Karol
ce6c2a33b5 Fix sublime_text build command not working with compiler due to
terminal sequences
2022-10-13 08:01:16 +02:00
Krzosa Karol
061d662f81 Fix reference to literal 2022-10-11 13:44:29 +02:00
Krzosa Karol
4004b8b8d3 Fixed leaky imports, modified log stuff 2022-10-11 10:20:18 +02:00
Krzosa Karol
54426fdd69 F32 is default float, operator overloads turn literals into default types 2022-10-09 14:51:27 +02:00
Krzosa Karol
ee6f8114ee Ported to Linux! 2022-10-09 12:23:38 +02:00
Krzosa Karol
03c19ddeaa Rename files 2022-08-26 21:54:02 +02:00
Krzosa Karol
d7c8a29664 Add all base sources 2022-07-28 14:29:43 +02:00
Krzosa Karol
b4f38caabe Module relative pathing seems to work, managed to get out of having to have the exe where the files are,
Got rid of scope names, now unique names uses scope ids, module folder is in top folder
2022-06-27 10:56:17 +02:00
Krzosa Karol
871ff65ec2 Working on code in language, fixing bugs 2022-06-17 17:00:34 +02:00
Krzosa Karol
6e56b789e9 Update build script 2022-06-14 14:31:29 +02:00
Krzosa Karol
3d9a38494c Add if statements 2022-05-26 18:13:37 +02:00
Krzosa Karol
3cd79040bc Fix compile errors when compiling for msvc 2022-05-26 16:55:07 +02:00
Krzosa Karol
5176b40204 Generating valid c code, more work on null values 2022-05-24 20:33:11 +02:00
Krzosa Karol
30736d37b6 Starting from scratch on smaller scale, typechecking global and constant variables, compound expressions for arrays 2022-05-20 10:54:20 +02:00
Krzosa Karol
ea0b1c352d Allocator logging 2022-05-13 20:36:42 +02:00
Krzosa Karol
9c22a379ea Moving to C++ with new idea 2022-05-13 10:12:09 +02:00
Krzosa Karol
9d54ed8195 Parsing complete mostly, ordering, resolving, C++ tests 2022-05-12 17:10:24 +02:00
Krzosa Karol
042127239e AST idea 2022-05-07 15:48:53 +02:00
Krzosa Karol
d3ede16bab Pretty printing, parsing structs 2022-05-07 09:47:11 +02:00
Krzosa Karol
7e3eefda57 Added almost all expr operators 2022-05-06 12:52:33 +02:00
Krzosa Karol
e3b5e9b33a New approach, new lexer 2022-05-06 10:13:16 +02:00
Krzosa Karol
d462892e14 Working on lexer first 2022-04-28 13:49:32 +02:00