Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tereus-project/tereus-transpiler-c-go issues and pull requests
#91 - Support array declaration in struct
Issue -
State: closed - Opened by angristan over 2 years ago
#90 - Support chained types
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#89 - Support for global variables
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#88 - Support empty `for` loop
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#87 - Support multiple increments in for loop
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#85 - Fix unsized array declaration
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#84 - Fix initialization of multidimensional array
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#83 - Transpile multi-dimensional arrays declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: bug
#82 - Can't assign pointer to integer
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: bug
#81 - Implement `math.h`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#80 - Fix array declaration without initialisation
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#79 - Fix transpilation of `double` to `float64`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#78 - Fix condition on pointer variables
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#77 - Fix single-line declaration of multiple pointer variables
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: bug
#76 - Implem `string.h`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#75 - Implement empty return statement transpilation
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#74 - Implement explicitly signed and unsigned types transpilation
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#73 - Add support for `continue`
Pull Request -
State: closed - Opened by angristan over 2 years ago
#72 - Use cgo
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature, wontfix
#71 - Add the processing duration and start time inside the status messages
Issue -
State: closed - Opened by quantumsheep over 2 years ago
#70 - Rename "Remix" into "Transpile" (same for similar words)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: refactoring
#69 - Record and return remix duration in status messages
Issue -
State: closed - Opened by angristan over 2 years ago
#68 - Move from Kafka to NSQ for message queue
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#67 - Add prometheus metrics
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#66 - Setup standard logging and Sentry reporting
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#65 - Transpile `do...while`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#64 - Transpile unions
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#63 - Transpile `switch`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#62 - Transpile `continue`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#61 - Transpile ternary operator
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#60 - Implement `memset` remixing
Pull Request -
State: closed - Opened by angristan over 2 years ago
- 2 comments
#59 - Transpile list initialization
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#58 - Implement automatic type conversion
Pull Request -
State: closed - Opened by quantumsheep over 2 years ago
#57 - Setup fly
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#56 - Implement static array initialization
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#55 - Implement array structure declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#54 - Implement array variable declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#53 - Implement `assert` remixing
Pull Request -
State: closed - Opened by angristan over 2 years ago
#52 - Implement goto
Pull Request -
State: closed - Opened by angristan over 2 years ago
#51 - Transpile struct typed variables
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#50 - Replace RabbitMQ with Kafka
Pull Request -
State: closed - Opened by angristan over 2 years ago
#49 - Replace RabbitMQ with Kafka
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: refactoring
#48 - Transpile `enum` declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#47 - Transpile array and pointer array accessing (`ptr[3]` or `arr[3]`)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#46 - Transpile `#elif`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#45 - Transpile `#else`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#44 - Transpile `#if` `defined`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#43 - Transpile variadic `#define`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#42 - Transpile `#ifndef`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#41 - Transpile `#ifdef`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#40 - Transpile `#if`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#39 - Transpile relative includes
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#38 - Transpile `typedef`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#37 - Transpile function `#define` with concatenation (`#define SELECT(n) array_ ## n`)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#36 - Transpile basic function define like `#define ADD(a, b) a + b`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#35 - Static analysis of `const` variables
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#34 - Transpile `assert`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#33 - Transpile automatic type conversion
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#32 - Transpile `memset()`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#31 - Transpile basic `#define` (ex: `#define A 1`)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#30 - Transpile `static` functions
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#29 - Transpile `goto`
Issue -
State: closed - Opened by angristan over 2 years ago
- 1 comment
Labels: feature
#28 - Transpile literals (1, 2, 5.6, 5.6f, "Hello", 0b0101, 0xFC)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#27 - Transpile pointer property accessing (`struct->property`)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#26 - Transpile pointer decrementation
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#25 - Transpile pointer dereference
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#24 - Transpile pointer incrementation
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#23 - Transpile property accessing (for struct types)
Issue -
State: closed - Opened by angristan over 2 years ago
- 1 comment
Labels: feature
#22 - Transpile struct expression
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#21 - Transpile function calls
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#20 - Transpile function returns
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#19 - Transpile binary expressions
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#18 - Transpile blocks
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#17 - Transpile types
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#16 - Transpile function declarations
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#15 - Transpile variable declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#14 - Transpile `break` and `continue`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#13 - Transpile struct declaration
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#12 - Transpile `if`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#11 - Transpile unary post expression
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#10 - Transpile `while`
Issue -
State: closed - Opened by angristan over 2 years ago
Labels: feature
#9 - Transpile unary pre expression
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#8 - Transpile expressions type casting
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#7 - Transpile `malloc` and `free` (memory allocation)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#6 - Transpile system include directives
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#5 - Transpile `for`
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#4 - Send a message to RabbitMQ when a transpiling has finished
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#3 - Transpile C code into Go (only a simple main() function)
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature
#2 - Fetch messages from RabbitMQ asking for transpiling C code into Go
Issue -
State: closed - Opened by quantumsheep over 2 years ago
- 1 comment
Labels: feature
#1 - Initialize project
Issue -
State: closed - Opened by quantumsheep over 2 years ago
Labels: feature