Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / crossgl/crosstl issues and pull requests

#211 - Chore: add Slang translator template for frontend & tests

Pull Request - State: closed - Opened by NripeshN 3 days ago
Labels: Translator Frontend

#210 - Support For Logical Operators

Pull Request - State: open - Opened by Solo-Levelings 11 days ago

#209 - Add BITWISE_OR operator support in lexer and parser

Pull Request - State: closed - Opened by anshikavashistha about 1 month ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#208 - Add BITWISE_XOR operator support in lexer and parser

Pull Request - State: closed - Opened by anshikavashistha about 1 month ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#207 - enh(directx): add directx backend support for ASSIGN_AND

Pull Request - State: closed - Opened by MashyBasker about 1 month ago
Labels: enhancement, Directx backend, hacktoberfest

#206 - enh(directx): Add do-while loop support to DirectX backend

Pull Request - State: closed - Opened by MashyBasker about 1 month ago
Labels: enhancement, Directx backend, hacktoberfest

#205 - Add support for SHIFT_LEFT (<<) operator and other assignment operato…

Pull Request - State: closed - Opened by anshikavashistha about 1 month ago - 1 comment

#204 - ENH(DirectX): Add parser support for ASSIGN_OR in DirectX backend

Pull Request - State: closed - Opened by MashyBasker about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#203 - ENH(Directx): while loop parser support in backend

Pull Request - State: closed - Opened by MashyBasker about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#202 - enh(translator): Add support for bitwise AND

Pull Request - State: closed - Opened by MashyBasker about 2 months ago - 2 comments
Labels: enhancement, Directx backend, hacktoberfest

#201 - feat(parser): Add support for ASSIGN_XOR in DirectX backend

Pull Request - State: closed - Opened by MashyBasker about 2 months ago
Labels: Directx backend, hacktoberfest

#200 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 2 months ago

#199 - Fixes MetalCrossGL codegen removing @

Pull Request - State: closed - Opened by Thirulogeswaren about 2 months ago

#198 - Translator support for assignment modulus token

Pull Request - State: closed - Opened by anshikavashistha about 2 months ago

#197 - #pragma

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#196 - #include

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#195 - #ifdef / #ifndef / #endif

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#194 - #define pre processor

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#193 - switch statement

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#192 - do-while loop

Issue - State: closed - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#191 - while loop

Issue - State: closed - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#190 - STATIC : static

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#189 - DOUBLE : double

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#188 - HALF : half

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#187 - ASSIGN_XOR : ^=

Issue - State: closed - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#186 - ASSIGN_OR : |=

Issue - State: closed - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#185 - ASSIGN_AND : &=

Issue - State: closed - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#184 - LOGICAL_OR : ||

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#183 - LOGICAL_AND" : &&

Issue - State: open - Opened by samthakur587 about 2 months ago
Labels: enhancement, Directx backend, hacktoberfest

#182 - SHIFT_RIGHT : >>

Issue - State: open - Opened by samthakur587 about 2 months ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#181 - SHIFT_LEFT : <<

Issue - State: closed - Opened by samthakur587 about 2 months ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#180 - BITWISE_XOR : ^

Issue - State: closed - Opened by samthakur587 about 2 months ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#179 - BITWISE_OR : |

Issue - State: closed - Opened by samthakur587 about 2 months ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#178 - BITWISE_AND : &

Issue - State: open - Opened by samthakur587 about 2 months ago - 1 comment
Labels: enhancement, Directx backend, hacktoberfest

#177 - setup.py fix for windows

Pull Request - State: closed - Opened by Thirulogeswaren 2 months ago
Labels: bug

#176 - chore: updated the translator frontend to new structure

Pull Request - State: closed - Opened by samthakur587 2 months ago

#175 - TODO tasks for directx backend

Issue - State: open - Opened by samthakur587 2 months ago - 1 comment
Labels: enhancement, ToDO, Directx backend, hacktoberfest

#174 - Fix opengl

Pull Request - State: closed - Opened by samthakur587 2 months ago

#173 - fix: restructure the opengl parser

Pull Request - State: closed - Opened by samthakur587 2 months ago

#172 - Refactor lexer and parser classes

Pull Request - State: open - Opened by Shamantak12 2 months ago

#171 - Added test for double data type #121

Pull Request - State: open - Opened by Aterolite24 2 months ago

#170 - fix: added system semantics for crossgl into slang backend

Pull Request - State: closed - Opened by samthakur587 2 months ago

#169 - Fix semantics

Pull Request - State: closed - Opened by samthakur587 2 months ago

#167 - fix: map hlsl semantics in crossgl

Pull Request - State: closed - Opened by samthakur587 2 months ago

#166 - Add Support for Bitwise shift opeators

Pull Request - State: closed - Opened by DeVcB13d 2 months ago

#165 - Fix: For issue #88

Pull Request - State: open - Opened by adityanarayanan343 2 months ago - 5 comments

#164 - Add logical and support

Pull Request - State: open - Opened by anshikavashistha 2 months ago - 2 comments

#163 - Add Assignment AND Operator Support

Pull Request - State: open - Opened by anshikavashistha 2 months ago - 2 comments

#162 - Translator Support for Assignment OR Token

Pull Request - State: closed - Opened by anshikavashistha 2 months ago - 1 comment

#161 - fix: restructure the metal backend

Pull Request - State: closed - Opened by samthakur587 2 months ago

#160 - Add translator support for Assignment XOR token

Pull Request - State: closed - Opened by anshikavashistha 2 months ago - 1 comment

#159 - Rf hlsl backend

Pull Request - State: closed - Opened by samthakur587 2 months ago

#158 - Add support for function decorator in mojo backend

Issue - State: open - Opened by mr-195 2 months ago - 1 comment

#157 - Add Support for bitwise OR opeator(|) token in translator codegen frontend #107

Pull Request - State: closed - Opened by mr-195 2 months ago - 4 comments

#156 - Added translator support for Bitwise Not token #109

Pull Request - State: open - Opened by anubhavray678 2 months ago - 1 comment

#155 - feat added tests for slang backend

Pull Request - State: closed - Opened by samthakur587 2 months ago

#153 - Add Support for Bitwise XOR opeator(^) Token in Translator Codegen Frontend #108

Pull Request - State: closed - Opened by Unic-X 3 months ago - 1 comment

#152 - feat: added slang backend

Pull Request - State: closed - Opened by samthakur587 3 months ago

#150 - Add Support for Assignment Modulus (%=) Token in Translator Codegen Frontend

Pull Request - State: closed - Opened by anshikavashistha 3 months ago - 3 comments

#149 - Added translator support for Assignment Shift Left token

Pull Request - State: closed - Opened by DeVcB13d 3 months ago

#146 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 1 comment

#145 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 1 comment

#144 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago

#143 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago

#142 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago

#141 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago

#140 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 1 comment

#139 - Update test_parser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 4 comments

#138 - Rename test_parser.py to test_parse.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 3 comments

#137 - Feature/add translator support for assignment shift right

Pull Request - State: open - Opened by shankkyy 3 months ago - 1 comment
Labels: stale

#136 - Added translator support for Modulus token

Pull Request - State: open - Opened by vishalghige43 3 months ago - 2 comments
Labels: stale

#128 - Update openglCrossglCodegen.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 4 comments

#127 - Update OpenglParser.py

Pull Request - State: closed - Opened by Sambit712 3 months ago - 6 comments

#126 - Added bitwise and or xor support #129

Pull Request - State: open - Opened by ashwith2427 3 months ago - 10 comments
Labels: stale

#125 - Add Vulkan backend

Pull Request - State: open - Opened by he11owthere 3 months ago - 1 comment

#124 - Add translator support for `Array Bracket` tokens

Issue - State: open - Opened by samthakur587 3 months ago - 2 comments

#122 - Add translator support for `Unsigned Int` data type token

Issue - State: open - Opened by samthakur587 3 months ago - 3 comments

#121 - Add translator support for `Double` data type token

Issue - State: open - Opened by samthakur587 3 months ago - 2 comments

#120 - Add translator support for `Logical OR` token

Issue - State: open - Opened by samthakur587 3 months ago - 5 comments

#117 - Add translator support for `Assignment Shift Left` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#115 - Add translator support for `Assignment Modulus` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#114 - Add translator support for `Assignment XOR` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#113 - Add translator support for `Assignment OR` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#112 - Add translator support for `Assignment AND` token

Issue - State: open - Opened by samthakur587 3 months ago - 1 comment

#111 - Add translator support for `Bitwise Shift Right` token

Issue - State: closed - Opened by samthakur587 3 months ago - 2 comments

#110 - Add translator support for `Bitwise Shift Left` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#109 - Add translator support for `Bitwise NOT` token

Issue - State: open - Opened by samthakur587 3 months ago - 2 comments

#108 - Add translator support for `Bitwise XOR` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#107 - Add translator support for `Bitwise OR` token

Issue - State: open - Opened by samthakur587 3 months ago - 1 comment

#106 - Add translator support for `Bitwise AND` token

Issue - State: closed - Opened by samthakur587 3 months ago - 1 comment

#105 - ToDO for translator codegen frontend

Issue - State: open - Opened by samthakur587 3 months ago - 2 comments
Labels: ToDO, Translator Frontend

#100 - Fix init

Pull Request - State: closed - Opened by samthakur587 3 months ago

#99 - Assign pr

Pull Request - State: closed - Opened by samthakur587 3 months ago

#98 - Feat/assign operator parsing

Pull Request - State: closed - Opened by ArchitGupta07 3 months ago - 6 comments

#97 - Added Support for >>, <<, >>= and <<= Tokens

Pull Request - State: closed - Opened by dotdot0 3 months ago - 2 comments

#96 - Add parsing for ```DOUBLE``` and ```UINT``` tokens

Pull Request - State: closed - Opened by rigved-desai 3 months ago - 2 comments

#95 - Add parsing support for ASSIGN_SHIFT_RIGHT token (>>= operator)

Pull Request - State: closed - Opened by anshikavashistha 3 months ago - 2 comments