{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":625044072,"defaultBranch":"master","name":"rflang-2","ownerLogin":"rfmineguy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-07T23:05:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/50528897?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1680908764.0","currentOid":""},"activityList":{"items":[{"before":"e350ffd4f2e5739b34ffa0df9b0d6b48bf25b6a9","after":"5fc726a94bac3ad8573adc7491497102932723f1","ref":"refs/heads/master","pushedAt":"2023-07-03T01:24:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Transfer to analysis2\nFunctions for analysis of every AST node","shortMessageHtmlLink":"Transfer to analysis2"}},{"before":"77f7efabfc1cb545bff9f869e17e3275a86ba179","after":"e350ffd4f2e5739b34ffa0df9b0d6b48bf25b6a9","ref":"refs/heads/master","pushedAt":"2023-07-03T01:08:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Rearranged func_t and func_decl_t to put function pertinant data into the decl","shortMessageHtmlLink":"Rearranged func_t and func_decl_t to put function pertinant data into…"}},{"before":"4229f64886378346bc5ec6ed5e0f146f87406ed1","after":"77f7efabfc1cb545bff9f869e17e3275a86ba179","ref":"refs/heads/master","pushedAt":"2023-06-26T21:24:57.729Z","pushType":"push","commitsCount":3,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Setup boilerplate for a second go at making an analyzer","shortMessageHtmlLink":"Setup boilerplate for a second go at making an analyzer"}},{"before":"d7504695f0ee134b07d56f187f36de40915563d6","after":"4229f64886378346bc5ec6ed5e0f146f87406ed1","ref":"refs/heads/master","pushedAt":"2023-06-24T16:22:04.761Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Added ability for tokenizer to suppress unknown char warnings","shortMessageHtmlLink":"Added ability for tokenizer to suppress unknown char warnings"}},{"before":"778597132bae7a0b8bff0bc75f6d1759506819f9","after":"d7504695f0ee134b07d56f187f36de40915563d6","ref":"refs/heads/master","pushedAt":"2023-06-24T16:09:02.284Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Connected status flags together in analysis phase","shortMessageHtmlLink":"Connected status flags together in analysis phase"}},{"before":"5e2aa8431ccaf5c4e16d875dfb1ba06973db3994","after":"778597132bae7a0b8bff0bc75f6d1759506819f9","ref":"refs/heads/master","pushedAt":"2023-06-23T07:15:37.946Z","pushType":"push","commitsCount":3,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Google test integration\nSo far I’ve made some tests for various cases of the parsing stage\nAnd a test for ensuring that the tokenizer returns what is expected.","shortMessageHtmlLink":"Google test integration"}},{"before":"740bce25f324dab123a148cd575c342444133957","after":"5e2aa8431ccaf5c4e16d875dfb1ba06973db3994","ref":"refs/heads/master","pushedAt":"2023-06-23T01:08:03.800Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Removed normal compile function in favor of the new module aware system\nRemoved compile info struct","shortMessageHtmlLink":"Removed normal compile function in favor of the new module aware system"}},{"before":"7498cf3788f1690e56fe129b0dee5a0fc5bc6220","after":"740bce25f324dab123a148cd575c342444133957","ref":"refs/heads/master","pushedAt":"2023-06-23T00:24:41.852Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Renamed all occurances of to","shortMessageHtmlLink":"Renamed all occurances of to"}},{"before":"46f9399d95b3a402a94950e1d9cd1e0871a49b0f","after":"7498cf3788f1690e56fe129b0dee5a0fc5bc6220","ref":"refs/heads/master","pushedAt":"2023-06-23T00:03:42.573Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Consume whitespace before and after consuming comments","shortMessageHtmlLink":"Consume whitespace before and after consuming comments"}},{"before":"47802011882f4756c7f9faaa4c0eb8da558c0e4b","after":"46f9399d95b3a402a94950e1d9cd1e0871a49b0f","ref":"refs/heads/master","pushedAt":"2023-06-22T23:45:23.506Z","pushType":"push","commitsCount":2,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Added single line comment to tokenizer","shortMessageHtmlLink":"Added single line comment to tokenizer"}},{"before":"4b3d7360481659b60d89ac3714fc9db6d746de1e","after":"47802011882f4756c7f9faaa4c0eb8da558c0e4b","ref":"refs/heads/master","pushedAt":"2023-06-22T18:04:22.377Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Fixed error in math.rf\nChanged argument requirements for -f (now accepts only MODULE names, strictly no extensions)\nMoved check for all input files existing to file_util\nParse file rec implemented. Recursively parses used files as long as they haven’t been parsed.\nRefactored logger initialization to main.c from parser3.c","shortMessageHtmlLink":"Fixed error in math.rf"}},{"before":"f1c950586bbc667409b2f01eae941be0894ace4a","after":"4b3d7360481659b60d89ac3714fc9db6d746de1e","ref":"refs/heads/master","pushedAt":"2023-06-21T06:14:05.239Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Multi-file parsing.. storage of AST in hashtable, ready for analysis...","shortMessageHtmlLink":"Multi-file parsing.. storage of AST in <str, program> hashtable, read…"}},{"before":"b5ea6575c351075c813f363d3617fcd700c1c3b3","after":"f1c950586bbc667409b2f01eae941be0894ace4a","ref":"refs/heads/master","pushedAt":"2023-06-21T03:44:39.184Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Update README.md\n\nRemoved \"Basic Usage\"","shortMessageHtmlLink":"Update README.md"}},{"before":"fb70e3802e97742110352c71d08c818e03d386db","after":"b5ea6575c351075c813f363d3617fcd700c1c3b3","ref":"refs/heads/master","pushedAt":"2023-06-21T03:43:35.576Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Reorganized hash table implementation to allow for a second one\nPut HT stuff in new directory for it\nBegan updating/refactoring compile function to allow for more than one file being compiled\nMade the channel logger a global construct with new `logger_get_global()` function\nSpecified what the unknown character is if the tokenizer gets one","shortMessageHtmlLink":"Reorganized hash table implementation to allow for a second one"}},{"before":"1a5b976bced975ac53917940767ebfadc501ecd2","after":"fb70e3802e97742110352c71d08c818e03d386db","ref":"refs/heads/master","pushedAt":"2023-06-20T23:41:54.165Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Remove argparse dependency\nEstablished standard library include directory\nWrote some basic standard lib functions","shortMessageHtmlLink":"Remove argparse dependency"}},{"before":"46783c9edd9b1fab0f92df8ad1ffe7008678c565","after":"1a5b976bced975ac53917940767ebfadc501ecd2","ref":"refs/heads/master","pushedAt":"2023-06-16T18:37:36.265Z","pushType":"push","commitsCount":2,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Update tokenizer3_as_number to give the correctly ordered number (reversed)","shortMessageHtmlLink":"Update tokenizer3_as_number to give the correctly ordered number (rev…"}},{"before":"3b690bf7869a1202b4dac4fead183cebd6cc45e5","after":"46783c9edd9b1fab0f92df8ad1ffe7008678c565","ref":"refs/heads/master","pushedAt":"2023-06-16T03:27:20.446Z","pushType":"push","commitsCount":2,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Added special logging solution to the project\nHeavily improved the error handling (by no means perfect though)","shortMessageHtmlLink":"Added special logging solution to the project"}},{"before":"f875277ae7b4bdbf18f948c9a9f72e2210bb172d","after":"3b690bf7869a1202b4dac4fead183cebd6cc45e5","ref":"refs/heads/master","pushedAt":"2023-06-15T02:28:51.765Z","pushType":"push","commitsCount":2,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"This is a big ass diff\n\nTokenizer takes file path, rather than FILE\nTokenizer keeps track of the line start char*\nNew error_context introduced to parser (error2.h/.c)\nFunction header changes to support error_context\nFixed printing for T_AND\nRefactored all code-gen into its own folder","shortMessageHtmlLink":"This is a big ass diff"}},{"before":"431dbebdace2bcda8ce53d728ff8ac008efe610b","after":"f875277ae7b4bdbf18f948c9a9f72e2210bb172d","ref":"refs/heads/master","pushedAt":"2023-06-01T02:19:42.201Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Fixed link to ReadTheDocs in Readme","shortMessageHtmlLink":"Fixed link to ReadTheDocs in Readme"}},{"before":"e369412538ba480519ade6107cfe0658aebc9295","after":"431dbebdace2bcda8ce53d728ff8ac008efe610b","ref":"refs/heads/master","pushedAt":"2023-06-01T02:06:46.919Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Prevented the tokenizer from getting stuck if there is a mismatched ENDING comment block. A lonely STARTING comment block will skip the whole file until its done","shortMessageHtmlLink":"Prevented the tokenizer from getting stuck if there is a mismatched E…"}},{"before":"fd8fbcf8d546db9030f7c965033d7a83ffcc95fc","after":"e369412538ba480519ade6107cfe0658aebc9295","ref":"refs/heads/master","pushedAt":"2023-06-01T01:54:24.582Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Added /* multiline */ comment support to tokenizer","shortMessageHtmlLink":"Added /* multiline */ comment support to tokenizer"}},{"before":"ba578d4d3ccbc5e6121af799823d61a34e22d139","after":"fd8fbcf8d546db9030f7c965033d7a83ffcc95fc","ref":"refs/heads/master","pushedAt":"2023-05-31T23:12:02.925Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Freed func_call AST node","shortMessageHtmlLink":"Freed func_call AST node"}},{"before":"2fc31e7b8ed9d6f7ab2a04f6e288c973bb97fe90","after":"ba578d4d3ccbc5e6121af799823d61a34e22d139","ref":"refs/heads/master","pushedAt":"2023-05-31T23:00:26.154Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Worked out param_list parsing a little better","shortMessageHtmlLink":"Worked out param_list parsing a little better"}},{"before":"96964b93051dce50c46d7810d9286d12f54f966d","after":"2fc31e7b8ed9d6f7ab2a04f6e288c973bb97fe90","ref":"refs/heads/master","pushedAt":"2023-05-31T22:41:00.569Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Free analysis hash table.\nAdded new VOID data type (only for return types)\nMade functions with no explicit return type default to void","shortMessageHtmlLink":"Free analysis hash table."}},{"before":"87df1781577198ffa9ed39c8e8238577512a3f2b","after":"96964b93051dce50c46d7810d9286d12f54f966d","ref":"refs/heads/master","pushedAt":"2023-05-31T19:10:23.611Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Removed commented code in main relating to previous refactor commit","shortMessageHtmlLink":"Removed commented code in main relating to previous refactor commit"}},{"before":"f385839cb590887bcfa1e2ff1f017c1f581c06e3","after":"87df1781577198ffa9ed39c8e8238577512a3f2b","ref":"refs/heads/master","pushedAt":"2023-05-31T19:09:23.814Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Refactored out compilation, and argument handling code to make main cleaner","shortMessageHtmlLink":"Refactored out compilation, and argument handling code to make main c…"}},{"before":"109ee859bc114c3a13a531cc9a2977ba812616e2","after":"f385839cb590887bcfa1e2ff1f017c1f581c06e3","ref":"refs/heads/master","pushedAt":"2023-05-31T17:48:28.416Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Added new token type for use in exrpression postfix parser\nManaging EOF a little bit nicer in the tokenizer\nUpdated postfix expression parser to fully parse function calls\nAdded new type of expression (EXPR_FUNC_CALL)","shortMessageHtmlLink":"Added new token type for use in exrpression postfix parser"}},{"before":"fab0c3637a4d002269ecd9bb026d7bbd4d127d89","after":"109ee859bc114c3a13a531cc9a2977ba812616e2","ref":"refs/heads/master","pushedAt":"2023-05-31T01:18:38.614Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Improved printing of arglist AST node\nAdded func_call_t member to expression for the future\nNormal parse func_call function ( may not be used )\nNormal parse arg_list function ( may not be used )","shortMessageHtmlLink":"Improved printing of arglist AST node"}},{"before":"22a2f429aeee7c33ff1dabd917c24893957a6b69","after":"fab0c3637a4d002269ecd9bb026d7bbd4d127d89","ref":"refs/heads/master","pushedAt":"2023-05-29T20:44:34.620Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Fixed show_statement to be more consistent","shortMessageHtmlLink":"Fixed show_statement to be more consistent"}},{"before":"00a7806a01dc69a40423b266120b2d072575b061","after":"22a2f429aeee7c33ff1dabd917c24893957a6b69","ref":"refs/heads/master","pushedAt":"2023-05-29T20:29:24.377Z","pushType":"push","commitsCount":1,"pusher":{"login":"rfmineguy","name":"rfmineguy","path":"/rfmineguy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50528897?s=80&v=4"},"commit":{"message":"Improved show functions with unicode","shortMessageHtmlLink":"Improved show functions with unicode"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADTVEDWQA","startCursor":null,"endCursor":null}},"title":"Activity · rfmineguy/rflang-2"}