Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.06 KB

index.rst

File metadata and controls

49 lines (35 loc) · 1.06 KB
.. toctree::
   :hidden:
   :maxdepth: 1
   :caption: Home
   :name: main-toc

   pages/Introduction/index
   pages/How it works/index

.. toctree::
   :hidden:
   :maxdepth: 1
   :caption: Going Deeper
   :name: main-going-deeper

   pages/Developing/index

.. toctree::
   :hidden:
   :maxdepth: 1
   :caption: Contributing
   :name: contributing-toc

Home

_static/img/logos/codeshaper/logo-slogan.png

Welcome to the documentation of the open source tool that automates code changes using ANtlr4 and Regex

📖 Get introduced to the basic concepts in around 8 minutes

Press the button at the bottom right, it will lead you the organized navigation of the introduction

Trivia

This project came to live because of a certain person that once was doing function parsing and altering its composition with simple text manipulation (yes, pure hoarding of text and replacements) recommended ANtlr, what a twist of events...