From f6dc9c00459cba32e06d5eb7a0b9f2c6785a4e4d Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 2 Jun 2012 18:37:53 +0200 Subject: Create a new "column" option in compile If set, compile will call epp with a full location {1, 1} instead of 1, thus making it keep the column numbers in the parsed AST. --- lib/compiler/doc/src/compile.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index 84e9922847..2e783d82a0 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -108,6 +108,11 @@ See the Efficiency Guide for further information.

+ column + +

The compiler will keep the column numbers while parsing.

+
+ compressed

The compiler will compress the generated object code, -- cgit v1.2.3