- Timestamp:
- Aug 20, 2024, 5:43:36 PM (3 months ago)
- Location:
- tags/1.3.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.0/Install/rpm/LazFuck.spec
r140 r169 13 13 14 14 %description 15 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 15 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 16 16 17 17 Features: 18 18 * Graphical code editor with color syntax highlighting 19 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript20 * Interpreter with debugger 19 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript 20 * Interpreter with debugger 21 21 22 22 %global debug_package %{nil} -
tags/1.3.0/Release Notes.txt
r160 r169 11 11 * Modified: Automatically open example file on first start. 12 12 * Modified: Used loop in number generation. 13 * Modified: Used scrollbox in target options form. 13 14 * Fixed: Update cursor position in status bar. 14 15 * Fixed: Memory leak in target code form. 15 16 * Fixed: Execution of compiled Java and C# programs. 16 17 * Fixed: A typo in interpreter target name. 18 * Fixed: OpenDialog was not initialized in Target options form. 19 * Fixed: Put compiled files into application data directory if source is in read only directory. 17 20 18 21 Version 1.2.0 (2022-03-05) … … 103 106 * Added: Option to reopen last opened project. 104 107 * Added: Action to shrink source code by remove all non printable characters. 105 * Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation. 108 * Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation. 106 109 * Added: Compiler to PHP. 107 110 * Added: Loading list of available compilers and list them for selection in menu Program - Target. … … 110 113 * Added: Function for formating source using text indentation according loop nesting. 111 114 * Added: Support for multiple interface languages. 112 * Added: Support for memory cell up to Integer size. Default 256. 115 * Added: Support for memory cell up to Integer size. Default 256. 113 116 * Fixed: Application now can be closed if running program is waiting to new key press. 114 117 * Added: Options form.
Note:
See TracChangeset
for help on using the changeset viewer.