Name | Modified | Size | Downloads / Week |
---|---|---|---|
Stable Release | 2015-08-25 | ||
Language Modules | 2015-08-23 | ||
Package | 2015-08-06 | ||
Readme.txt | 2015-08-23 | 3.2 kB | |
Totals: 4 Items | 3.2 kB | 3 |
Rift :: Compiler & Debugging Tool Copyright (c) 2015 Sameer Gupta INTRODUCTION ============= Rift is an free software to Compile, Debug, and Analyse Time Complexity for Multilanguage programs. Rift currently supports C/C++ ,Python and Ruby languages.Rift features Powerfull Compilers & interpreters and gives you the freedom to work with IDE of your choice. Rift is also supplemented with a powerful testing feature for very large input/output Files and lets you analyse the time complexity of your code. It tests the correctness of the code in accordance with the input and output(Expected) file provided by the user. FEATURES ========= Rift provides 2 features: a) Compile & Run - using which a program can be compiled and run. b) Compile & Test - using which a program can be compiled and tested against the input and output files provided by user. It support very large input and output files to be tested against and also give the time take by your program to generate the output c) Source code, input and output files can be changed side by side using rift, as it Dynamically links the files, any change made and saved in the files will be evaluated while compiling and testing. So use your favourite IDE (mine is sublime text) along with rift to compile your code and no need to manually input those large inputs and checking them, just use rift. Enjoy Coding !!! HOW TO USE =========== 1. Select the source code file, input file and output file of your program. Input and output files are necessary to use Test function. 2. Click on initialise button. 3. A function window will appear, click on Run to use Compile & Run function, click on Test to use Compile & Test function. 4. To reinitialise the file exit the function window, use clear in option tab. CAUTION : Time taken by the program is dependent on state and speed of processor, therfore may vary. REQUIREMENT =========== 1. windows 7(x64, x86) or higher. 2. Redistributable Packages for Visual Studio 2010 or higher. (Redistributable Packages for VS 2013 is provided in "prerequisites" folder of software directory, install both files.) 3. Microsoft .Net framework 4 or higher. LICENSE ======== Copyright (c) 2015 Sameer Gupta This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING/LICENSE included with this distribution for more information. FEATURED LANGUAGES =================== 1). C/C++ GNU GCC-4.8.1-4 2). Python Python 2.7.10 3). Ruby Ruby 2.2.2 VERSION ======== Product Name : Rift Description : Compiler & Debugging Tool File Version : 2.0 Copyrights : Copyright (c) 2015 Sameer Gupta DOWNLOAD LINK ============== http://rift-compiler.sourceforge.net CONTACT ======== Sameer Gupta E-mail: sameergupta1812@gmail.com THANK YOU FOR USING Rift :) ===================================== PS. Most difficult task of making software is naming it.