#
code-transformation
Here are 22 public repositories matching this topic...
Optional Chaining for TypeScript
-
Updated
Feb 25, 2021 - TypeScript
A code generator for array-based code on CPUs and GPUs
python
performance
code-generator
opencl
array
cuda
scan
reduction
scientific-computing
prefix-sum
code-generation
performance-analysis
multidimensional-arrays
code-optimization
code-transformation
loop-optimization
ispc
-
Updated
Jul 11, 2022 - Python
yotamDvir
commented
Sep 26, 2019
After using elm-upgrade, I tried to install a package and got this cryptic error:
$ elm install elm/file
-- CORRUPT JSON ----------------------------------------------------------------
The elm.json for elm-community/list-extra 1.0.0 got corrupted somehow.
I removed it from my file cache, so if it was some transient error it should be
fixed if you try the same thing again. Please r
A collection of transforms for use with JSCodeshift
refactoring
codemod
jscodeshift
proptypes
default-props
code-transformation
sort-objects
prop-types
codemods
automated-refactoring
astexplorer
sort-jsx
add-react-import
named-imports
named-exports
-
Updated
Apr 28, 2022 - JavaScript
CLAW Compiler for Performance Portability
c
java
language
workflow
translator
compiler
fortran
hpc
accelerator
transformations
openmp
transpiler
source-to-source
directives
openacc
omni
fortran-compiler
code-transformation
omni-compiler
compiler-workflow
claw-language
language-specification
xcodeml-translator
level-transformation
-
Updated
Aug 9, 2021 - Java
fabiocarvalho777
commented
Feb 26, 2018
Currently, whenever a TU or TO fails, its error message is only showed if Butterfly is run in debug mode. The error message should be printed even in INFO level, but the error stack trace should remain only printed in debug mode.
OwO Code owo! pwogwam owo in ur nyative wanguage owo!
-
Updated
Mar 11, 2022 - Rust
Java to C#.Net Translator
java
c-sharp
code-generator
code-analysis
code-transformation
code-parser
code-converter
java-to-csharp
-
Updated
Jan 4, 2014 - C#
asarudick
commented
Feb 26, 2019
Parsing JS code into ASTs and tools to query and transform these trees.
-
Updated
Jun 1, 2021 - JavaScript
Dependence-Based Code Transformation for Coarse-Grained Parallelism
-
Updated
Dec 8, 2018 - C++
Convert Verilog module to chisel3 BlackBox
-
Updated
Apr 23, 2021 - ANTLR
Utilities for testing code equivalence
-
Updated
Jun 22, 2022 - Mathematica
A clean runtime code transformation framework for Java
-
Updated
Nov 25, 2021 - Java
The set of annotation processors that generate an accessor which returns an optional value for each annotated field during the compilation phase.
-
Updated
Oct 3, 2018 - Java
Python's built-in libraries include powerful tools for retrieving and operating over abstract syntax trees. This article provides an overview of how to use these features to analyze and transform Python code programmatically.
python
code-analysis
ast
abstract-syntax
code-transformation
python-syntax
python-syntax-converter
python-articles
python-introduction
python-syntax-and-semantics
-
Updated
Oct 18, 2020 - Jupyter Notebook
JS code transformation library replacing switch statements with other conditional statements
javascript
switch
esprima
code-generation
conditional-statements
switches
escodegen
switch-case
if-statements
conditional
code-transformation
if-statement
-
Updated
Apr 28, 2019 - JavaScript
Transformator for PHP Code Generator. Can be used standalone in a workflow or by a Cartridge.
-
Updated
Sep 4, 2020 - PHP
parse command line options for the GCC compiler
bash
parser
parse
gcc
normalize
reproducible-builds
normalization
code-transformation
postprocessing
ccache
postprocessor
postprocess
options-parser
-
Updated
Jan 20, 2022 - Mako
Code transformation with Java Parser library.
-
Updated
Mar 25, 2020 - Java
Improve this page
Add a description, image, and links to the code-transformation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-transformation topic, visit your repo's landing page and select "manage topics."
problem: the shadow classes (CtClass reflecting a binary class) built by
JavaReflectionTreeBuildercan be modified. This is confusing for users, see INRIA/spoon#4664.solution: the
JavaReflectionTreeBuildershould construct immutable objects, closed to modification, where all setters throw anUnsupportedOperationException