Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 431 Bytes

Aicht Tee Tee Pie

This a student project with Xtext which recognizes a part of the HTTPie grammar and translate it to cURL command.

How to use

You need to clone the repository and generate with Xtext and Xtend all the sources. The extension to use the translator is .cbth.

The examples is like the original documentation.

For example, http -v example.org will be translate into curl -X GET -v example.org.