Mix.Tasks.Compile.Yecc

Compile Yecc source files.

When this task runs, it will check the modification time of every file, and if it has changed, the file will be compiled. Files will be compiled in the same source directory with a .erl extension. You can force compilation regardless of modification times by passing the --force option.

Command line options

Configuration

Source

Summary

manifests()

Returns Yecc manifests

run(args)

Runs this task

Functions

manifests()

Returns Yecc manifests.

Source
run(args)

Runs this task.

Source