Found 421 repositories(showing 30)
SamLynnEvans
Transformer seq2seq model, program that can build a language translator from parallel corpus
jarble
A universal translator for programming languages
CrossGL
Universal Programming Language & Translator
wasiahmad
Official code of our work, AVATAR: A Parallel Corpus for Java-Python Program Translation.
oracle
DEPRECATED. Soufflé is a translator of declarative Datalog programs into the C++ language.
AmrHendy
An easy way to use the released TransCoder by Facebook AI Research to convert code from one programming language to another using unsupervised neural machine translation (NMT) systems that use deep-learning to translate text from one natural language to another and is trained only on monolingual source data.
buddhisthead
G to C translator. G is a simple concurrent programming language for the Arduino
andy19910102
Open AI Multi Langs Translator is a project based on the Next.js framework, which implements a web application programming interface for multi-language translation with Open AI gpt-3.5-turbo model.
polystat
Experimental Translator of Python Programs to EO Programming Language
sondosaabed
a Java parser implemented using Recursive Decent Parser utlized javafx for GUI. This is part of the coursework of TRANSLATORS AND PROGRAMMING LANGUAGES
arpan-mondal
Creating an AI code translator, converter, or code generator that can translate natural language into programming code is a complex and ambitious project. Such a tool would require a combination of natural language processing (NLP) and code generation techniques.
FANDIM-wolf
The simplest programming language translator
ptdriscoll
Hack Virtual Machine Translator is the back end of a compiler for a typical object-based programming language.
vpekunov
Planning C (the parallel/classic programming language) Prototype Translator
isaCarvalho
College project - Programming Languages Translator
alexsigaras
Final Project for COMS W4115 - Programming Languages & Translators @ Columbia University 2012
sidnair
Programming language for Programming Languages and Translators.
mayankmahajan24
QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015
subhadeeproy3902
V.S.A.I is a next-gen AI-powered code translator that effortlessly converts your code into any programming language. Simply paste your code, select the target language, and get instant results. It's that simple!
tsun7170
exp2swift translator which translates STEP schema files described in ISO 10303-11 STEP EXPRESS language to the Swift programing language.
GuillermoX
This is a translator from Pseudocode to C language made to help students of the Programming Fundamentals subject at Universitat Rovira i Virgili.
siknet
AI Code Translator,Generate Code or Natural Language To Programming Language
akhilaku
Language translator using Python Programming language
full-fool
programming language and translators course project
maobowen
A class project for COMS W4115 Programming Languages and Translators at Columbia University.
qlova
Universal compiler and translator, build your own compiler that targets other programming languages.
smessing
Hog is a Map Reduce language written for Columbia's CS 4115 Programming and Language Translators course.
TeeWrath
A cross-code translator designed to map C language code into Python, facilitating seamless code migration and interoperability between these two popular programming languages.
AI-Tonny
The translator program is a simple command-line program that uses the MyMemory API to translate text between different languages. This program allows users to enter text and select source languages for translation. The program has a convenient interface that displays a list of supported languages and facilitates text translation.
Wild-Queue
A tool for running code written in an imperative programming language. This tool provides the ability to run code written in a toy imperative programming language by translating the code into C# code (and then running it using .Net) or by translating it directly into the .Net CIL. It also performs a type checking before running the code.