Commit graph

38 commits

Author SHA1 Message Date
ProgramSnail
8a84cfff70 constructors on heap, consuming match, move modifier in reference expression, .bring. keyword to return from block, some fixes 2023-05-20 20:18:49 +03:00
ProgramSnail
2556efcaba print & read builtin functions, fixes. execution of programs partially works 2023-05-20 00:01:54 +03:00
ProgramSnail
b723fd6a65 fixes, build_visitor TupleType and VariantType fix 2023-05-17 17:57:56 +03:00
ProgramSnail
94805c8662 binary operator expression repalced with function call expression 2023-05-17 15:49:15 +03:00
ProgramSnail
4f54bb4bd7 better global_info API, better const/var/static handling, const typeclass requirements, fixes 2023-05-14 11:28:37 +03:00
ProgramSnail
047ead6fa3 fixes, colored errors 2023-05-13 22:40:33 +03:00
ProgramSnail
4b4756b657 namespace storage fix, namespace enter fix, maybe other fixes 2023-05-13 18:53:54 +03:00
ProgramSnail
4882d458f8 typeclasses can have required methods and required functions 2023-05-13 16:14:02 +03:00
ProgramSnail
79bd30c1ee extended name removed, dereference added, unary operators removed, fixes 2023-05-13 13:11:12 +03:00
ProgramSnail
e62144feac operator prescendence added 2023-05-11 23:14:36 +03:00
ProgramSnail
93ac5f8e33 partition fixes, main file fix 2023-05-11 15:14:02 +03:00
ProgramSnail
d31979166e bool literals, fixes 2023-05-08 20:34:36 +03:00
ProgramSnail
b1aff1935d partition syntax changed, interface modifier added 2023-05-07 22:58:15 +03:00
ProgramSnail
890bd90eba type_check_visitor first iteration, value, execution_visitor started 2023-05-07 19:52:35 +03:00
ProgramSnail
c1dec6a0d1 type_check_visitor fixes, array access and function call syntax change 2023-05-07 09:25:38 +03:00
ProgramSnail
adccf6feec for loop fix v2 2023-05-06 14:04:13 +03:00
ProgramSnail
70b84c38f0 fixes , constructor patter fix, for loop fix 2023-05-06 13:46:01 +03:00
ProgramSnail
c4045e292b fixes , modifier enum refacing, type visitor part 2023-05-05 16:35:13 +03:00
ProgramSnail
b686fe00fb fixes, more information in errors 2023-05-05 11:59:02 +03:00
ProgramSnail
a11ddbd25f functions arguments and parameters are separated now 2023-05-05 10:17:10 +03:00
ProgramSnail
d13faf104d parametrized_type, parametrized_typeclass, function argument, array type fixes 2023-05-02 17:30:57 +03:00
ProgramSnail
4d0b527416 visitor, print_visitor and build_visitor fixed 2023-04-29 13:44:34 +03:00
ProgramSnail
f973f65b5b variable namespace, function declaration fixes 2023-04-29 12:33:05 +03:00
ProgramSnail
c31b20fa24 type_constructor_pattern fix 2023-04-29 09:33:59 +03:00
ProgramSnail
66a5dcfb4a print & build visitor fixed and tested 2023-04-26 01:02:53 +03:00
ProgramSnail
c34523bd4f build_visitor fixed, going to test it 2023-04-25 21:21:36 +03:00
ProgramSnail
6fc91aafa0 access syntax changed, sync with grammar, type_chack_visitor in progress 2023-04-21 14:27:55 +03:00
ProgramSnail
399631b9ca first iteration of find_symbols_visitor 2023-04-12 13:31:39 +03:00
ProgramSnail
e4802896bd grammar refactoring: build_visitor fixed & visitors tested 2023-04-11 13:49:22 +03:00
ProgramSnail
3c2d496a85 grammar refactoring: part of build_visitor fixed 2023-04-10 01:48:07 +03:00
ProgramSnail
64653e6a6a grammar refactoring: part of build_visitor fixed 2023-04-09 18:49:52 +03:00
ProgramSnail
18e85f794f part of find_symbols_visitor done 2023-04-07 12:13:31 +03:00
ProgramSnail
5559ad1400 fix 2023-04-02 15:25:50 +03:00
ProgramSnail
15e36c203a print + build partially tested 2023-04-02 15:10:32 +03:00
ProgramSnail
0d62ae0814 debug 2023-03-31 12:10:12 +03:00
ProgramSnail
582ad5668e build_visitor first iteration 2023-03-29 23:19:54 +03:00
ProgramSnail
622b86f6c6 apart of build_visitor done 2023-03-29 11:42:00 +03:00
ProgramSnail
d1cd6d4b83 started to develop build_visitor 2023-03-28 12:05:20 +03:00