Eugen Wissner belka
belka pushed to cpp at belka/elna 2025-05-18 22:36:14 +02:00
fccea0f938 Remove semicolons after field declarations
belka pushed to master at OSS/slackbuilds 2025-05-18 22:23:14 +02:00
0c619d387d Add packagekit
d0b3b964ac Add mysql 8
Compare 2 commits »
belka pushed to master at OSS/slackbuilds 2025-05-18 21:03:21 +02:00
2b29702e8b Initial commit.
belka created branch master in OSS/slackbuilds 2025-05-18 21:03:21 +02:00
belka renamed repository from best-dunstable-auto-locksmiths4725 to OSS/slackbuilds 2025-05-18 20:51:55 +02:00
belka transferred repository dunstablecarlocksmith8908/best-dunstable-auto-locksmiths4725 to OSS/slackbuilds 2025-05-18 20:51:46 +02:00
belka opened issue belka/elna#106 2025-05-18 00:23:49 +02:00
Implement table driven lexing
belka pushed to cpp at belka/elna 2025-05-17 23:12:56 +02:00
8206b48dbd Allow only one return statement
belka pushed to cpp at belka/elna 2025-05-16 23:18:03 +02:00
573d812f1c Parse import declarations
belka closed issue belka/elna#101 2025-05-15 21:31:19 +02:00
Let the main module begin with the program keyword
belka pushed to cpp at belka/elna 2025-05-15 21:30:55 +02:00
981059e745 Update to GCC 15.1
belka pushed to cpp at belka/elna 2025-05-14 23:06:11 +02:00
9726fcedd9 Update to GCC 15.1
belka opened issue belka/elna#101 2025-05-14 16:46:16 +02:00
Let the main module begin with the program keyword
belka pushed to assembly at belka/elna 2025-05-13 23:14:41 +02:00
e614d43ea9 Support procedure without _ in the first stage
belka pushed to assembly at belka/elna 2025-05-12 23:07:25 +02:00
1b31f532df Unify taking an identifier address
belka pushed to assembly at belka/elna 2025-05-12 00:06:20 +02:00
d85183c7a6 Support named identifiers on the right side
belka pushed to assembly at belka/elna 2025-05-10 23:24:24 +02:00
707f983fe9 Add symbol info for parameters and local variables
890486532c Wrap the mmap2 syscall
Compare 2 commits »
belka pushed to assembly at belka/elna 2025-05-08 23:36:45 +02:00
92f50fff5f Parse procedure parameters
belka pushed to assembly at belka/elna 2025-05-08 00:13:19 +02:00
3f11d63a0f Add builtin symbols
belka pushed to assembly at belka/elna 2025-05-06 23:59:05 +02:00
40701008f0 Replace _read_token with the lexer