source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @125   7 years chronos * Added: Generate Parser as separate file.
(edit) @124   7 years chronos * Added: Top start rule can be selected for grammer. This rule is used …
(edit) @123   7 years chronos * Added: New rule item option to match any character except given one. …
(edit) @122   7 years chronos * Added: New rule item type "Terminal range" to hold interval of …
(edit) @121   7 years chronos * Added: Sorting list of rules by name by default.
(edit) @120   7 years chronos * Added: Show "Used by" rules in rule edit window.
(edit) @119   7 years chronos * Added: New rules flag directing if source node should be generated …
(edit) @118   7 years chronos * Added: Action to produce compiler files.
(edit) @117   7 years chronos * Added: Rule can be set as optional or repetitive. * Added: Support …
(edit) @116   7 years chronos * Modified: Rule items interface moved to separate unit UFormRuleItems.
(edit) @115   7 years chronos * Added: Rules icon.
(edit) @114   7 years chronos * Added: Common and TemplateGenerics packages. * Added: Remember main …
(edit) @113   8 years chronos * Added: Allow to move up/down rule items. * Fixed: Store rule …
(edit) @112   8 years chronos * Added: Icons for various actions. * Added: Show rule items in rules list.
(edit) @111   8 years chronos * Added: RuleItem can be selected as terminal or non-terminal node.
(edit) @110   8 years chronos * Added: Rule items can be managed. * Added: Show BNF syntax on main form.
(edit) @109   8 years chronos * Added: Initial import for language generator GUI application.
(edit) @108   8 years chronos *Modified: Better parsing of variable reference.
(edit) @107   8 years chronos * Added: Calculate source X,Y position. Show that position in error …
(edit) @106   8 years chronos * Modified: Improvements around record type.
(edit) @105   8 years chronos * Modified: More work on record functions.
(edit) @104   8 years chronos * Added: Interpreter4 which should later interpret code of …
(edit) @103   8 years chronos * Moved: All projects moved to subfolders for better maintenance of …
(edit) @102   8 years chronos * Modified: Now project3 can interpret project2. * Modified: To …
(edit) @101   8 years chronos * Modified: Improved interpeter. Better handling of execution of …
(edit) @100   8 years chronos * Modified: Better expression parsing. * Added: Executor function call …
(edit) @99   8 years chronos * Modified: Better parsing of expression and commands.
(edit) @98   8 years chronos * Modified: Handling of constant and variables values with different type.
(edit) @97   8 years chronos * Modified: Improved parsin and prepared analyzed source execution.
(edit) @96   8 years chronos * Modified: Improved parsing of delphi code.
(edit) @95   8 years chronos * Added: Experiment to implement self executing interpreter.
(edit) @94   8 years chronos * Added: Source code class.
(edit) @93   8 years chronos * Modified: Use generic lists in supported analyzers and parsers. * …
(edit) @92   8 years chronos * Added: Allow to register analyzer.
(edit) @91   8 years chronos * Added: Start new compiler branch which should run under Delphi. …
(edit) @90   9 years chronos * Added: Support for user defined labels.
(edit) @89   9 years chronos * Modified: Start/stop virtual machine by buttons. Thread moved from …
(edit) @88   9 years chronos * Added: Another implementation of simple virtual machine.
(edit) @87   10 years chronos Another experimental virtual CPU implementation.
(edit) @86   10 years chronos * Added: Virtual machine test.
(edit) @85   14 years george * Odstraněno: Staré pokusné projekty.
(edit) @84   14 years george * Transpascal branch moved to new own repository …
(edit) @83   14 years george * Modified: TObjectList replaced by generics templates.
(edit) @82   14 years george * Modified: TObjectList replaced by specialized generic TListObject.
(edit) @81   14 years george * Added: Partial support for multiple analyzers.
(edit) @80   14 years george * Modified: Better parse righ assignment side with expression.
(edit) @79   14 years george * Modified: Moved Expect check of blocks inside check procedures.
(edit) @78   14 years george * Modified: Parsing type restructured. * Added: Partial subrange typ …
(edit) @77   14 years george * Compiler producer for C language separated to GCC and Dynamic C …
(edit) @76   14 years george * Enhanced: Tokenizerm, parsing of record type, generation C code for …
(edit) @75   14 years george * Modified: Parsing sections in record type.
(edit) @74   14 years george * Minor fixes.
(edit) @73   14 years george * Fixed: Searching variable types in other modules.
(edit) @72   14 years george * Fixed: Better error message cursor position focusing. * Modified: …
(edit) @71   14 years george * Minor modifications.
(edit) @70   14 years george * Modified: Pascal parser code moved to separate unit.
(edit) @69   14 years george * Modified: Error messsage window reworked to use TListView instead of …
(edit) @68   14 years george * Modified: Advanced record parsing.
(edit) @67   14 years george * Fixed: Parsing of strings. * Modified: Now supported C target …
(edit) @66   14 years george * Added: Storing application setting in system registry. * Added: …
(edit) @65   14 years george Added: Base parsing of class, pointer and enumeration.
(edit) @64   15 years george * Fixed: Focus message position in code.
(edit) @63   15 years george * Modified: Compiled code syntax highlighting.
(edit) @62   15 years george * Added: Windows for Code tree and compiled code.
(edit) @61   15 years george * Added: Separated dockable windows.
(edit) @60   15 years george * Fixed: Seaching global interunit types and functions. * Core files …
(edit) @59   15 years george * Added: On parsing uses section load and parse unit files.
(edit) @58   15 years george Slightly enhanced parsing of unit.
(edit) @57   15 years george Removed old directories and files.
(edit) @56   15 years george Project DelphiToC renamed to Transpascal.
(edit) @55   15 years george Fix: View proper source file after click to error message. Made …
(edit) @54   15 years george Added support for multiple source files and compilations for multiple …
(edit) @53   15 years george Project renamed to Transpascal. Added support for generatin cycle …
(edit) @52   15 years george Visual TreeView reprezentation moved into target code producer set.
(edit) @51   15 years george Renamed some files. Added support for custom record types.
(edit) @50   15 years george Added support for loop for-to-do. System types and functions are not …
(edit) @49   15 years george Added support for setting cursor position to place of error code for …
(edit) @48   15 years george Added support of parameters for function call.
(edit) @47   15 years george Support for function definition with result type.
(edit) @46   15 years george Added pascal producer code. Added selection combobox for producer type.
(edit) @45   15 years george Fixed comparasion of name of identificators as types, variables, …
(edit) @44   15 years george Reworked tokenizer code with state machine instead of direct sequence …
(edit) @43   15 years george End parsing process on reaching data end.
(edit) @42   15 years george Enhanced C code generation.
(edit) @41   15 years george Added separate unit for filling treeview with program source.
(edit) @40   15 years george Parser classes inheriting pascal source tree classes rewrited using …
(edit) @39   15 years george Fixed expression parsing.
(edit) @38   15 years george Modified parsing mechanism of some blocks. Error messages rewrited as …
(edit) @37   15 years george Fixed parsing array range error.
(edit) @36   15 years george Delphi project converted form Lazarus project.
(edit) @35   15 years george * Upraveno: Další úpravy parseru.
(edit) @34   15 years george * Upraveno: Metody pro rozkládání bloků rozděleny do samostatných …
(edit) @33   15 years george * Upraveno: Rozšířen pascal syntetizer.
(edit) @32   15 years george * Průběžné uložení.
(edit) @31   15 years george * Opraveno: Chyby v inicializaci objektů.
(edit) @30   15 years george * Opraveno: Inicializace a uvolnění třídy, které byly přepsány ze …
(edit) @29   15 years george * Upraveno: Seznamy objektů přepsány na TFPGObjectList a použití …
(edit) @28   15 years george * Delphi projekt převeden na Lazarus projekt.
(edit) @27   15 years george * Přidáno: Deklarace proměnných a volání procedur.
(edit) @26   15 years george * Přidáno: Syntetizér zdrojového kódu.
Note: See TracRevisionLog for help on using the revision log.