transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

A universal translator for programming languages

Results 46 transpiler issues
Sort by recently updated
recently updated
newest added

![20220704153250](https://user-images.githubusercontent.com/8636708/177104752-c8f63200-ed50-49d4-ba0a-674d0faadff9.png) I got an error on windows. Do you know what is wrong here? Please help me, very thanks!

With a tool I made to parse jison grammars an convert then to a kind of EBNF understood by https://www.bottlecaps.de/rr/ui . For my tool to parse all of the `jison`...

Would be really nice to see!

I had various issues with browsers, maybe nodejs would be better portable?

…or expected Corrected transpiler/prolog/grammars.pl:4015:48: Syntax error: Operator expected

Hi I tried to install the transpiler pack in SWI-PROLOG. I am not sure if it was correctly installed but syntax error raises in line 2638 column 15. A ":"...

Currently the online version of transpiler seemingly only displays error messages in the developer console. That's okay, but considering that the developer console isn't always available and not where content...

The PHP transpiler is unable to understand the echo and print statements in PHP. Here's some example code that works in PHP but not transpiler: ```php echo "hello"; print "hey...

In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it...