ALSProlog icon indicating copy to clipboard operation
ALSProlog copied to clipboard

ALS Prolog Compiler & Development Environment

Results 35 ALSProlog issues
Sort by recently updated
recently updated
newest added

Create a “pretty” stack trace mechanism which focuses on display of the user code, and which would be made available in both the standalone break package and the debugger as...

enhancement

In alsdev, the menu item Edit > Delete should only be active when there is a selection (standard behavior for native apps). Unfortunately, Tk doesn't have any build-in support for...

bug
enhancement

A simple loop with a system/1 call can't be interrupted with Control-C: ``` r :- system('sleep 1'), r. ``` Expected Result: Control-C should interrupt the loop and enter the break-handler.

bug