
EASYC -AN INTERACTIVE TEXT EDITOR FOR C
Author(s) -
Suriya Prakash.S,
E Mohana.,
Megala .S,
Sakthi Baalaji.T
Publication year - 2016
Publication title -
international journal of computer and communication technology
Language(s) - English
Resource type - Journals
eISSN - 2231-0371
pISSN - 0975-7449
DOI - 10.47893/ijcct.2016.1360
Subject(s) - computer science , javascript , compiler , syntax , programming language , syntax error , upload , world wide web , abstract syntax , natural language processing
EasyC is an interactive text editor for C language. It is developed using PHP and JavaScript. So we can upload it as online web application .The basic idea is that instead of making the user to type all the lines of program let them to click options, so that the corresponding syntax will be pasted. EasyC reduces the typing work up to 90% and thus saves the time up to 75%.EasyC provides things which are all related to typing reduction but the compilation area is separate which is standard in TurboC compiler. EasyC removes 99% of syntax errors before submitting the program to the compiler.