Commit Graph

110 Commits

Author SHA1 Message Date
91b398dbe9 Add functions parsing 2023-12-27 18:43:56 +01:00
ala89
0759050fef Add new Type struct 2023-12-26 15:50:33 +01:00
ala89
6d608f00cd Add return keyword 2023-12-26 12:46:05 +01:00
ala89
69276515b1 Fix errors 2023-12-26 12:34:05 +01:00
ala89
cd9e0a3941 Merge branch 'main' of gitlab.aliens-lyon.fr:alucas03/c-repl into main 2023-12-15 15:36:14 +01:00
ala89
9589a2b51e Re-add error messages 2023-12-15 15:36:09 +01:00
937f568f76 Merge remote-tracking branch 'refs/remotes/origin/main' 2023-12-15 15:10:39 +01:00
949e1be8ce Fix tests 2023-12-15 15:10:05 +01:00
ala89
a1873af50d Add string split util 2023-12-15 15:00:39 +01:00
5fed47367d Move errors: types.h -> errors.h 2023-12-15 14:57:07 +01:00
ea11ec2944 Add execute.cpp 2023-12-15 14:52:46 +01:00
ala89
965d834d22 Fix tokenizer int overflow 2023-12-15 14:46:24 +01:00
ala89
f7af17c899 Prettify errors 2023-12-15 14:37:39 +01:00
ala89
0cd17b9003 Add tests for continue and comma 2023-12-15 14:25:39 +01:00
ala89
eafb9c1d5d Add comma to interpreter 2023-12-15 14:13:10 +01:00
ala89
eb29c03359 New error system 2023-12-15 14:11:44 +01:00
8e853aaaf2 parser: Add comma 2023-12-15 10:52:53 +01:00
0033c4b814 Fix variables tests 2023-12-15 10:38:36 +01:00
9af941bc2e Add break tests 2023-12-15 10:38:13 +01:00
4172071dba parser: Add continue & break 2023-12-15 10:37:44 +01:00
ala89
1a7b240cb0 Interpret for (;;) correctly 2023-12-13 16:01:54 +01:00
ala89
aad20e3ee5 Remove analysis tests from interpreter 2023-12-13 15:53:22 +01:00
ad87228a45 Add for(;;) and fix analysis for UnaryPlus/Minus 2023-12-13 14:42:29 +01:00
1d571f36b1 Fix variables tests 2023-12-13 14:40:25 +01:00
ala89
62eb2bece6 Add break and continue (partial) 2023-12-13 12:22:58 +01:00
cee884342a Add memory._debug_print() 2023-12-09 12:27:59 +01:00
accf3bad4b Add more debug arguments 2023-12-09 12:05:36 +01:00
bef747d558 Fix analysis 2023-12-09 12:04:43 +01:00
5cce75f835 throw exception(); 2023-12-09 11:41:14 +01:00
ala89
b47091527e Remove AST analysis dependency 2023-12-08 16:19:41 +01:00
a8546755af Remove AST modification 2023-12-08 16:05:09 +01:00
0935dff3a5 Add static analysis 2023-12-08 15:59:45 +01:00
ala89
6f71314f3f Upgrade memory 2023-12-08 15:29:30 +01:00
ala89
753d179d47 Edit Type enum 2023-12-08 14:17:15 +01:00
ala89
9e2fca94a1 Fix debug_print_token 2023-12-08 14:01:28 +01:00
ala89
5be12fbf9e Add templated memory 2023-12-08 10:12:23 +01:00
ala89
3e93021793 Fix 2023-12-08 09:41:57 +01:00
ala89
b501c5e4a6 Refactor error classes 2023-12-08 09:40:14 +01:00
ala89
03ac8336c0 Add scope types 2023-12-08 09:21:34 +01:00
ala89
a1fa96a626 Add double type 2023-12-08 09:04:05 +01:00
ala89
cfe02062a6 Add for and while semantics + tests 2023-12-02 15:49:27 +01:00
a693258d77 Parser: Add while & for 2023-12-01 14:27:48 +01:00
ala89
5925582de8 Add while and for to lexer 2023-11-29 11:46:01 +01:00
ala89
1dec4b3c4f Add semantic of bool logic and comparisons + tests 2023-11-27 21:16:39 +01:00
285c054d37 Fix comp parse order 2023-11-24 11:15:17 +01:00
76770b6ecc Parse logical operators 2023-11-24 11:03:06 +01:00
b7dcca2d47 Parser: Renaming grammar symbols 2023-11-24 11:03:06 +01:00
ala89
fc7b3d440a Add more lexer tests 2023-11-24 10:21:58 +01:00
ala89
c61b26e692 Add more logical operators 2023-11-22 16:20:20 +01:00
ala89
fb261e26f9 Add comparison operators 2023-11-22 16:03:27 +01:00