Skip to content
Briquelebrit edited this page Aug 20, 2020 · 14 revisions

HOME

Lee esta wiki en español aquí 🇪🇸

Introduction

TASCHE is a tool for specifying text-based applications that seeks flexibility in the input recognition and response generation. The pages in this wiki are intended to be read in this order

  1. Patterns
  2. Expressions
  3. Specification file
  4. Advanced

Build TASCHE

TASCHE has no dependencies, but to build it you must have Flex and Bison in your computer.

To build the project use plain make:

cd /project/path
make

Copyright

©️ 2019 ​Miguel Mejía J

TASCHE is distributed under the MIT license.

Clone this wiki locally