Timeline


and .

08/28/08: Today

15:11 Anubis_1_9_ChangLog edited by ricard
(diff)
14:56 Anubis_1_9_ChangLog created by ricard
14:45 WikiStart edited by ricard
(diff)
14:43 Changeset [1844] by ricard

Forgotten tag for 1.9.0.4

14:24 Changeset [1843] by ricard

Released 1.9.1.0

14:16 Changeset [1842] by ricard

Updating Win32 resources files to 1.9.1.0

12:38 Changeset [1841] by ricard

Publishing library files

12:19 Changeset [1840] by ricard
12:18 Changeset [1839] by ricard

Minor corrections on low level sqlite3 API

09:43 Changeset [1838] by ricard

Improved low level SQLite API

08:42 Changeset [1837] by ricard

New (again) low level API for sqlite3, more flexible for variable ...

08/27/08: Yesterday

13:34 Changeset [1836] by alp

Added this file test for low level part of fast lexer.

08/24/08:

14:34 Changeset [1835] by alp

Added a comment section on the order of lexer items.

14:24 Changeset [1834] by alp

Fixed a bug in the order of lexer items in a lexer description: If two ...

10:58 Changeset [1833] by alp

Added a second example of use of fast_lexer.anubis.

10:58 Changeset [1832] by alp

Added the choice of the escape character to fast_lexer.anubis.

08/22/08:

22:40 Changeset [1831] by alp

Minor modifications

21:46 Changeset [1830] by alp

Minor changes

21:41 Changeset [1829] by alp

Replaced an Maybe(ByteArray? -> LexerOutput?($Token)) by LexerAction?($Token)

20:44 Changeset [1828] by alp

A correction on 'range'.

18:19 Changeset [1827] by alp

deleted obsolete files in anubis_distrib/library/lexical_analysis

18:17 Changeset [1826] by alp

Updated directory lexical_analysis in anubis_distrib/library/

18:13 Changeset [1825] by alp

Grouped fast lexer into a unique file: fast_lexer.anubis

17:39 Changeset [1824] by alp

Added an example of use of fast lexer.

17:08 Changeset [1823] by alp

Fixed a bug in sc_run_fast_lexer. Fixed a bug in MultiPath?: IsAbsolutePath? ...

07:32 Changeset [1822] by alp

renamed example.lexer into lexer_maker_v2_example.lexer

07:30 Changeset [1821] by alp

removed run_fast_lexer.anubis (not used)

08/21/08:

18:35 Ticket #53 ([Polysemy]Interpretation goes undetected) closed by alp
fixed: Thank you very much Damien for this remark. However, your text is not …
14:57 Changeset [1820] by alp

First complete version (not yet tested)

11:37 Changeset [1819] by alp

-

09:29 Changeset [1818] by alp

Renamed fast_lexer_test.anubis into testing_fast_lexer.anubis. The 'silly' ...

09:07 Changeset [1817] by alp

Rewritten dfa_compiler.anubis which had been erased by error (before it ...

08/20/08:

17:07 Changeset [1816] by ricard

Use of new SQLite3 API

17:05 Ticket #53 ([Polysemy]Interpretation goes undetected) created by SpiceGuid
The final line: {{{intersect(a_less) * intersect(b_less) * …
16:14 Changeset [1815] by ricard

Fix new SQLilte3 API + UnitTests?

13:37 Changeset [1814] by alp

minor changes

13:36 Changeset [1813] by alp

another part of new fast lexer high level

12:14 Changeset [1812] by ricard

adding '\' operation for Float

08:46 Changeset [1811] by alp

Added first (incomplete) version of new fast lexer high level part.

08/16/08:

20:45 Changeset [1810] by alp

Fixed a bug in unification between the type of the test in a selective ...

08/15/08:

08:11 Changeset [1809] by alp

Fixed some [h.t] (must be [h . t]) in lexer_maker_v2.anubis.

08:07 Changeset [1808] by alp

Deleted old version of lexer maker. Lexer_maker_v2.anubis will also be ...

08/14/08:

15:51 Changeset [1807] by alp

Revised new SQLite3 interface (with parameter bindings) so that each row ...

10:18 Changeset [1806] by ricard

Changing a U64 to int64 to allow to compile under Windows (conversion from ...

07:52 Changeset [1805] by ricard

Added trim_tokens function

08/12/08:

18:52 Changeset [1804] by alp

Some hiddings of variables eliminated.

08/11/08:

23:27 Changeset [1803] by alp

added the primitive int_to_float.

19:06 Changeset [1802] by alp

-

19:04 Changeset [1801] by alp

Separated some 'globals' from main files.

18:59 Changeset [1800] by alp

-

18:58 Changeset [1799] by alp

Separated the command line tool from the main program ...

18:51 Changeset [1798] by alp

I forgot vcopy_int in vmtools.cpp. Fixed.

17:29 Changeset [1797] by alp

Added the instruction vcopy_int which was missing. Updated various files ...

08/08/08:

15:12 Changeset [1796] by ricard

"extension_loading" renamed to "sqlite3_extension_loading"

08/07/08:

15:42 Changeset [1795] by alp

Enhanced the display of option -board of the compiler.

14:22 Changeset [1794] by alp

Removed the question in error E110 in the compiler. If there is not enough ...

08/06/08:

16:00 Changeset [1793] by ricard

Fix utf-8 conversion.

12:06 Changeset [1792] by ricard

Fix compile problems due to lexical change for list ( [h . t] -> '.' have ...

09:57 Ticket #52 (Function 'decimal_scan' doesn't work with numbers coded on more than 30 ...) created by ricard
The 'decimal_scan' function works well with number coded on 30 bits or …
09:54 Changeset [1791] by ricard

Added decimal_scan tests to reveal some bugs

08/05/08:

09:30 Changeset [1790] by stv

08/01/08:

22:09 Changeset [1789] by alp

Modified the grammar so that the dot for deparating the head from the tail ...

21:48 Changeset [1788] by alp

Modified £sqlite3_column_int so as to produce an Int from a 64 bits Sqlite ...

17:46 Changeset [1787] by alp

New Sqlite3 interface including query reset and parameter bindings.

07/31/08:

09:59 Changeset [1786] by ricard

Add [String s * Int i -> String] function

Note: See TracTimeline for information about the timeline view.