efl/src/lib/eolian
Daniel Kolesa 2defb32214 eolian: correct line/column number during doc reference validation
Eolian doc objects now bundle debug information necessary to
provide correct line/column numbers. It is not possible to get
this information cirectly from the text, as it's reformatted and
contains no extra whitespace or newlines beyond paragraph
separators.

Fixes T6701.
2018-04-12 15:24:15 +02:00
..
CMakeLists.txt build: add eolian 2017-01-23 18:52:34 +01:00
Eolian.h eolian: add APIs to get unit from object and state from unit 2018-03-16 16:16:16 +01:00
database_class.c eolian: simplify namespace handling 2018-03-11 17:35:13 +01:00
database_class_api.c eolian: use new error logging for all recoverable errors 2018-03-20 17:34:51 +01:00
database_constructor.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_constructor_api.c eolian: event/function_get_by_name -> by_name_get 2018-03-16 14:26:15 +01:00
database_event.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_event_api.c eolian: event/function_get_by_name -> by_name_get 2018-03-16 14:26:15 +01:00
database_expr.c eolian: use new error logging for all recoverable errors 2018-03-20 17:34:51 +01:00
database_expr_api.c eolian: do not require unit for expr eval APIs 2018-01-16 16:37:52 +01:00
database_function.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_function_api.c eolian: make more name APIs into inline helpers 2018-03-12 16:16:43 +01:00
database_function_parameter.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_function_parameter_api.c eolian: make more name APIs into inline helpers 2018-03-12 16:16:43 +01:00
database_implement.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_implement_api.c eolian: make more name APIs into inline helpers 2018-03-12 16:16:43 +01:00
database_part.c eolian: give objects names, and reduce duplication 2018-03-08 19:47:28 +01:00
database_part_api.c eolian: make more name APIs into inline helpers 2018-03-12 16:16:43 +01:00
database_type.c eolian: commit all changes into staging area first 2018-03-22 18:01:31 +01:00
database_type_api.c eolian: update type/var name APIs 2018-03-12 16:28:28 +01:00
database_validate.c eolian: correct line/column number during doc reference validation 2018-04-12 15:24:15 +02:00
database_var.c eolian: commit all changes into staging area first 2018-03-22 18:01:31 +01:00
database_var_api.c eolian: update type/var name APIs 2018-03-12 16:28:28 +01:00
eo_lexer.c eolian: correct line/column number during doc reference validation 2018-04-12 15:24:15 +02:00
eo_lexer.h eolian: make use of panics for certain alloc errors 2018-03-20 17:34:51 +01:00
eo_parser.c eolian: completely scoped validation 2018-03-27 13:48:58 +02:00
eo_parser.h eolian: simplify parsed checking 2018-01-31 19:06:37 +01:00
eolian.c eolian: remove now unused database init/shutdown 2017-12-15 17:11:11 +01:00
eolian_database.c eolian: correct line/column number during doc reference validation 2018-04-12 15:24:15 +02:00
eolian_database.h eolian: correct line/column number during doc reference validation 2018-04-12 15:24:15 +02:00
eolian_priv.h eolian: no need for printf-style for internal log funcs 2018-03-20 17:34:51 +01:00