{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":598213223,"defaultBranch":"main","name":"juliaCompiler","ownerLogin":"Vigrel","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-06T16:33:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/61215765?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1685307423.170613","currentOid":""},"activityList":{"items":[{"before":"02e70509b8e862913a39c4c82d8298035a920b0f","after":"759664d1881b33793cc299544a43c8c2fddce244","ref":"refs/heads/branch-v2.4.1","pushedAt":"2023-05-28T21:08:11.069Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix(files): add funCall to sintax diagram and EBNF","shortMessageHtmlLink":"fix(files): add funCall to sintax diagram and EBNF"}},{"before":"e0346a6472de9d43ea0901d2ef23ffe6590935a4","after":"02e70509b8e862913a39c4c82d8298035a920b0f","ref":"refs/heads/branch-v2.4.1","pushedAt":"2023-05-28T20:56:33.845Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix: raise when using identifier as operator","shortMessageHtmlLink":"fix: raise when using identifier as operator"}},{"before":"9bcb2bcef7bdd9d1213d02ed313c27dfd1359769","after":"e0346a6472de9d43ea0901d2ef23ffe6590935a4","ref":"refs/heads/branch-v2.4.1","pushedAt":"2023-05-28T14:17:12.149Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix: add functions with no args","shortMessageHtmlLink":"fix: add functions with no args"}},{"before":null,"after":"9bcb2bcef7bdd9d1213d02ed313c27dfd1359769","ref":"refs/heads/branch-v2.4.1","pushedAt":"2023-05-28T14:02:36.140Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"feat: add FuncDec and FunCall && add function usage","shortMessageHtmlLink":"feat: add FuncDec and FunCall && add function usage"}},{"before":"07d5c428c0df273bcce12d266d0547c7781e4488","after":"e409602682632a85dbbfa2174ae6a34dd8d25ad9","ref":"refs/heads/main","pushedAt":"2023-05-12T12:08:46.970Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"Closes #10; fix: IF parserStatement and IF node","shortMessageHtmlLink":"Closes #10; fix: IF parserStatement and IF node"}},{"before":"0c76dbd7ebac3689d4398541b97c9d2c6df9db57","after":"07d5c428c0df273bcce12d266d0547c7781e4488","ref":"refs/heads/main","pushedAt":"2023-05-11T21:56:37.125Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"feat: add compiler asm code generation","shortMessageHtmlLink":"feat: add compiler asm code generation"}},{"before":"de0dab8048909704276f9a82dfa8bd383444f7fa","after":"0c76dbd7ebac3689d4398541b97c9d2c6df9db57","ref":"refs/heads/main","pushedAt":"2023-05-07T18:04:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix(files): add Typing to sintax diagram and EBNF","shortMessageHtmlLink":"fix(files): add Typing to sintax diagram and EBNF"}},{"before":"25241e963ddb746804442a937aeaa016dac1e4bb","after":"de0dab8048909704276f9a82dfa8bd383444f7fa","ref":"refs/heads/main","pushedAt":"2023-05-02T19:25:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"Closes #9; revert: loosen str ops restrictions","shortMessageHtmlLink":"Closes #9; revert: loosen str ops restrictions"}},{"before":"88ee393b767635902085cf39e2c3b3859593f4c5","after":"25241e963ddb746804442a937aeaa016dac1e4bb","ref":"refs/heads/main","pushedAt":"2023-05-02T19:20:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"Closes #8; fix: int and str BinOp rel ops","shortMessageHtmlLink":"Closes #8; fix: int and str BinOp rel ops"}},{"before":"c413ce14d0159ced4d3d8788400d324fb1cb98d2","after":"88ee393b767635902085cf39e2c3b3859593f4c5","ref":"refs/heads/main","pushedAt":"2023-05-02T19:10:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"Closes #7; fix: int and str BinOp operations && error when missing 'end' (if|while)","shortMessageHtmlLink":"Closes #7; fix: int and str BinOp operations && error when missing 'e…"}},{"before":"493c199a261cd38657b961972d44c4cfe7122d1d","after":"c413ce14d0159ced4d3d8788400d324fb1cb98d2","ref":"refs/heads/main","pushedAt":"2023-05-02T18:47:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"Closes #6; fix: update If and While for new Node conditions","shortMessageHtmlLink":"Closes #6; fix: update If and While for new Node conditions"}},{"before":"54f6f7a6bac487473f68b18066b37a2a5ca00ded","after":"493c199a261cd38657b961972d44c4cfe7122d1d","ref":"refs/heads/main","pushedAt":"2023-04-26T13:21:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"feat: create typing structure for Parser methods && add String ops","shortMessageHtmlLink":"feat: create typing structure for Parser methods && add String ops"}},{"before":"b8dd0b4ab876f453b88f38429dac8027f31140c1","after":"54f6f7a6bac487473f68b18066b37a2a5ca00ded","ref":"refs/heads/main","pushedAt":"2023-04-26T13:18:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"feat: add VarDec && StrVal nodes. Modify Node output and SymbolTable methods, returning (type, value)","shortMessageHtmlLink":"feat: add VarDec && StrVal nodes. Modify Node output and SymbolTable …"}},{"before":"d0143d6a543d0cd6d4e5f0e7299dd84ed6d46633","after":"b8dd0b4ab876f453b88f38429dac8027f31140c1","ref":"refs/heads/main","pushedAt":"2023-04-19T17:30:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix: rename idtf readln to readline","shortMessageHtmlLink":"fix: rename idtf readln to readline"}},{"before":"d0143d6a543d0cd6d4e5f0e7299dd84ed6d46633","after":null,"ref":"refs/heads/v2.2.2","pushedAt":"2023-04-19T13:55:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":null,"after":"d0143d6a543d0cd6d4e5f0e7299dd84ed6d46633","ref":"refs/heads/v2.2.2","pushedAt":"2023-04-18T12:10:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix(file): rename and add structures of sintax diagram and EBNF","shortMessageHtmlLink":"fix(file): rename and add structures of sintax diagram and EBNF"}},{"before":"294d46670bf17b0c10613ed61ca54f8a76f505fa","after":null,"ref":"refs/tags/v2.2.1","pushedAt":"2023-04-18T12:08:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"b398a67109027af1fbe58fd9b76eb56cd1a2207c","after":null,"ref":"refs/tags/v2.2.2","pushedAt":"2023-04-18T12:08:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"ea82a4b3d2b08b2eaae1fbf1f1e7fabe4b5bcee9","after":null,"ref":"refs/tags/v2.2.4","pushedAt":"2023-04-18T12:08:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"31c16e82141a30eb5101f195c569307cd1142cc2","after":null,"ref":"refs/tags/v2.2.3","pushedAt":"2023-04-18T12:08:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"24e98d9501421c9d2df9e591c651a4797bb3c3af","after":"d0143d6a543d0cd6d4e5f0e7299dd84ed6d46633","ref":"refs/heads/main","pushedAt":"2023-04-11T19:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix(file): rename and add structures of sintax diagram and EBNF","shortMessageHtmlLink":"fix(file): rename and add structures of sintax diagram and EBNF"}},{"before":"e9b6b8de92b660988147ac1fee7a9d3ba443030e","after":null,"ref":"refs/tags/v2.2.2","pushedAt":"2023-04-11T19:36:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"91b72e4d4f50f7a2809d8d02124718c91d340961","after":"24e98d9501421c9d2df9e591c651a4797bb3c3af","ref":"refs/heads/main","pushedAt":"2023-04-11T19:31:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"feat: add If and While statements to parser && add bool and relational operators to BinOp node","shortMessageHtmlLink":"feat: add If and While statements to parser && add bool and relationa…"}},{"before":"131d78836a34df9dc53c38652107a87acee982fd","after":"91b72e4d4f50f7a2809d8d02124718c91d340961","ref":"refs/heads/main","pushedAt":"2023-04-01T13:45:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"fix(file): rename structures of sintax diagram","shortMessageHtmlLink":"fix(file): rename structures of sintax diagram"}},{"before":"a9af9fddfd32867fa381ee92ce9cbee205443deb","after":null,"ref":"refs/tags/v2.1.3","pushedAt":"2023-03-25T19:35:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"d8988a5adffa73c9faed23b0b4ad8822b8dc70b3","after":null,"ref":"refs/tags/v2.1.4","pushedAt":"2023-03-25T19:35:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"971ff0a3e38e0d349630fad5576a036070ac5320","after":null,"ref":"refs/tags/v2.1.5","pushedAt":"2023-03-25T19:35:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"4e5f620e665d3f5e3e85339641a892a10dfae8fc","after":null,"ref":"refs/tags/v2.1.6","pushedAt":"2023-03-25T19:35:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}},{"before":"dd0e5085ef1a4ddbe655a7bc7f763559c96a49c9","after":"131d78836a34df9dc53c38652107a87acee982fd","ref":"refs/heads/main","pushedAt":"2023-03-25T19:33:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"},"commit":{"message":"refactor(files): optimize code and make it more readable","shortMessageHtmlLink":"refactor(files): optimize code and make it more readable"}},{"before":"dd0e5085ef1a4ddbe655a7bc7f763559c96a49c9","after":null,"ref":"refs/heads/refactor-classes","pushedAt":"2023-03-25T17:23:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Vigrel","name":"vinicius-eller-shift","path":"/Vigrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61215765?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0yOFQyMTowODoxMS4wNjk3NjhazwAAAAM14QNr","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0yOFQyMTowODoxMS4wNjk3NjhazwAAAAM14QNr","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0yNVQxNzoyMzozNC4wMDAwMDBazwAAAAMLLxY0"}},"title":"Activity · Vigrel/juliaCompiler"}