Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
curry
curry-frontend
Commits
37b0b756
Commit
37b0b756
authored
Feb 12, 2014
by
Björn Peemöller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Changelog w.r.t. preprocessors
parent
58c06a2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
CHANGELOG.md
CHANGELOG.md
+26
-0
No files found.
CHANGELOG.md
View file @
37b0b756
...
...
@@ -4,6 +4,32 @@ Change log for curry-frontend
Version 0.3.10 (under development)
==================================
*
Implemented support for custom preprocessors. It is now possible to run
a custom preprocessor command via the following options:
* `-F` enables support for a preprocessor
* `-pgmF <cmd>` set the preprocessor command to `<cmd>`
* `-optF <arg>` adds an additional argument to the preprocessor command
(can be repeated to add multiple arguments)
The preprocessor is applied to all source files which are (re)compiled
after unliterating *and after determining the import list*.
Consequently, adding modules via the preprocessor will results in
compilation errors due to missing imports.
On the other hand, the frontend will automatically determine changed
files which are then handed to the preprocessor.
The command is called with at least three arguments:
#. The (normalised) file name of the source file currently processed.
**This name is intended only for reference.**
#. The name of the file containing the (potentially unliterated)
contents of the original file.
**This is the file the preprocessor should read from.**
#. The name of the file where the preprocessed source code should go to.
**This is the file the preprocessor should write to.**
#. Optionally, any additional arguments specified using `-optF`.
Version 0.3.9
=============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment