Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.83 KB

AutoCompiler

Getting Started

  • Solves common programming errors automatically.
  • Powered by Java Compiler API.

What is AutoCompiler?

An automation project to solve compile-time errors on the fly. The idea started with an argument like if a compiler is smart enough to tell us that there’s a missing semi colon on line 17 then why is it can't just a semicolon there. That's what Autocompiler aims to do. See it in action.

Kitten

Community

The AutoCompiler community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your thoughts.

Contributing

Please see our contributing.md.

Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

Authors