Artifact a69d7a4fd350937e69645d4a0d07f3128cfc89cd:
- Executable file milestone_releases/ParaSail_compiler_fork/ParaSail_v_6_5_console_version/parython_parser/parython_main_gtk.adb — part of check-in [23073bb4ac] at 2016-11-11 22:54:28 on branch trunk — ParaSail_v_7_0 upstream deliverables added (user: martin_vahi, size: 1567) [annotate] [blame] [check-ins using] [more...]
- Executable file milestone_releases/ParaSail_compiler_fork/mmmv_fork_ParaSail_v_7_0_cli_without_doc_building_RC_01/patched_src/parython_parser/parython_main_gtk.adb — part of check-in [57261953a9] at 2016-12-30 10:30:48 on branch trunk — forking tools + Ada + ParaSail_v_7_0_cli (user: martin_vahi, size: 1567) [annotate] [blame] [check-ins using]
- Executable file work_in_progress/ParaSail_compiler_fork/ParaSail_v_6_5_console_version/parython_parser/parython_main_gtk.adb — part of check-in [dce68ecbca] at 2016-09-12 03:49:01 on branch trunk — Compiles on openSUSE. An effort to remove libreadline, GTK, Cairo. (user: martin_vahi, size: 1567) [annotate] [blame] [check-ins using]
- Executable file work_in_progress/ParaSail_compiler_fork/forks/ParaSail_v_7_0_console_version_folder_that_will_be_overwritten_by_forking_tools/parython_parser/parython_main_gtk.adb — part of check-in [18752d1a53] at 2016-12-25 12:47:28 on branch trunk — ParaSail_v_7_0_console_version initial entry (user: martin_vahi, size: 1567) [annotate] [blame] [check-ins using]
------------------------------------------------------------------------------ -- P A R Y T H O N -- -- -- -- Copyright (C) 2012-2013, AdaCore -- -- -- -- This is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. This software is distributed in the hope that it will be useful, -- -- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- -- -- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -- -- License for more details. You should have received a copy of the GNU -- -- General Public License distributed with this software; see file -- -- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy -- -- of the license. -- ------------------------------------------------------------------------------ pragma Style_Checks (Off); with Parython_Main; --with PSC.Interpreter.GTK; -- Pull in GTK builtins --with PSC.Interpreter.Cairo; -- Pull in Cairo builtins procedure Parython_Main_GTK is -- Version of Parython which includes builtins for GTK graphics begin Parython_Main; end Parython_Main_GTK;