Eugen Wissner belka
belka pushed to master at OSS/slackbuilder 2024-09-28 15:44:06 +02:00
d9bfd2941c Filter versions in latestText
belka pushed to haskell at belka/elna 2024-09-27 22:53:21 +02:00
ed144309fa Print numbers with multiple digits
belka pushed to haskell at belka/elna 2024-09-27 13:29:28 +02:00
f26424acfb Print numbers with multiple digits
belka pushed to master at OSS/slackbuilder 2024-09-27 12:20:58 +02:00
ebbdb6f0f7 Make version picker a command
belka pushed to haskell at belka/elna 2024-09-27 00:23:01 +02:00
f9c1f8d892 Print numbers with multiple digits
belka pushed to haskell at belka/elna 2024-09-25 23:06:20 +02:00
8eaeb5afa3 Generate IR and target code
belka pushed to haskell at belka/elna 2024-09-24 22:21:20 +02:00
b30bbcab28 Parse call statements
belka pushed to master at OSS/slackbuilder 2024-09-24 21:28:29 +02:00
f758ea7904 Implement experimental version picking command
belka opened issue OSS/slackbuilder#17 2024-09-23 16:45:11 +02:00
latestText versionPicker
belka closed issue OSS/slackbuilder#16 2024-09-23 16:31:18 +02:00
Mix configuration packages and package descriptions
belka pushed to haskell at belka/elna 2024-09-22 23:46:24 +02:00
e66ccf46f4 Take function name from the generated asm
belka pushed to master at OSS/slackbuilder 2024-09-22 18:07:44 +02:00
00cc58f87e Mix configuration and PackageDescription
belka pushed to haskell at belka/elna 2024-09-21 23:35:53 +02:00
daec506ed3 Put _start and main call into builtins
belka opened issue OSS/slackbuilder#16 2024-09-21 14:25:20 +02:00
Mix configuration packages and package descriptions
belka pushed to haskell at belka/elna 2024-09-20 23:00:21 +02:00
0a8d3fce2f Collect function declaration symbols
belka pushed to master at OSS/slackbuilder 2024-09-20 22:59:20 +02:00
2a78256933 Add package tables to the configuration file
belka closed issue OSS/slackbuilder#11 2024-09-20 17:52:48 +02:00
Support HTTP downloads
belka pushed to master at OSS/slackbuilder 2024-09-20 17:52:35 +02:00
ae63ff0cc0 Support HTTP and HTTPS URLs
belka pushed to haskell at belka/elna 2024-09-20 13:32:45 +02:00
8f5e3d755e Collect function declaration symbols
belka commented on issue OSS/graphql#15 2024-09-17 18:42:36 +02:00
Parser fails on empty parenthesis without arguments

Works as expected as it seems. ArgumentsDefinition is defined as a list of InputValueDefinition in parens. And a list is defined as:

A subscript suffix “Symbol list” is shorthand for…