issues
search
ZacharyWesterman
/
paisley
Plasma Automation / Instruction Scripting Language
GNU General Public License v3.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Parse meta-comments to allow strict typing
#129
ZacharyWesterman
opened
13 hours ago
1
Add println command
#128
ZacharyWesterman
closed
15 hours ago
1
Break out runtime flags into their own file
#127
ZacharyWesterman
closed
1 month ago
2
Improve minification
#126
ZacharyWesterman
closed
1 month ago
0
Implement advanced type checking
#125
ZacharyWesterman
closed
2 months ago
0
Allow the MAX_ITER to be tuned in Plasma
#124
ZacharyWesterman
closed
2 months ago
0
Add function to convert a number to a numeric string of arbitrary base
#123
ZacharyWesterman
closed
2 months ago
0
In repl mode, "unexpected EOF inside string" error loops forever
#122
ZacharyWesterman
closed
1 month ago
0
Linux command output doesn't handle multiple lines correctly
#121
ZacharyWesterman
closed
1 month ago
0
Allow constant folding for very large arrays, if that array then gets reduced to something small
#120
ZacharyWesterman
closed
1 month ago
1
Add stdlib module for easy unix interop
#119
ZacharyWesterman
closed
1 month ago
1
Add vector functions
#118
ZacharyWesterman
closed
1 month ago
1
Allow negation of common operators
#117
ZacharyWesterman
closed
3 months ago
0
Requires don't work in REPL mode
#116
ZacharyWesterman
closed
3 months ago
0
Add compiler flag to disable pruning of dead code blocks
#115
ZacharyWesterman
closed
3 months ago
0
Add ends_with and begins_with string functions
#114
ZacharyWesterman
closed
4 months ago
0
Add flag that just re-formats a file without validating the syntax
#113
ZacharyWesterman
closed
1 month ago
1
Add functions to convert characters to numbers and vise versa
#112
ZacharyWesterman
closed
4 months ago
0
Allow subroutine definitions to not have a line break after the label
#111
ZacharyWesterman
closed
4 months ago
1
dynamic gosubs don't keep all possible subroutines
#110
ZacharyWesterman
closed
4 months ago
0
When printing runtime errors, also include a stack trace
#109
ZacharyWesterman
closed
4 months ago
1
conditional gosub is not pruning subroutines that are never called
#108
ZacharyWesterman
closed
4 months ago
0
Feature/match statement
#107
ZacharyWesterman
closed
5 months ago
0
Add sign() fmod() and hyperbolic trig functions
#106
ZacharyWesterman
closed
5 months ago
1
Allow currently-running paisley script to be canceled with Ctrl-C
#105
ZacharyWesterman
closed
5 months ago
0
Allow key, value iteration in for loops
#104
ZacharyWesterman
closed
5 months ago
0
Add smoothstep function
#103
ZacharyWesterman
closed
5 months ago
0
Allow defining local variables
#102
ZacharyWesterman
closed
5 months ago
1
Feature/import
#101
ZacharyWesterman
closed
5 months ago
0
Add support for strict typing
#100
ZacharyWesterman
closed
5 months ago
1
Optimize away any code after a `return` or `stop` statement
#99
ZacharyWesterman
closed
5 months ago
0
In language server mode, report sections of dead code
#98
ZacharyWesterman
closed
5 months ago
0
Optimize away conditional branches at semantic analysis phase
#97
ZacharyWesterman
closed
6 months ago
0
Trace usage trees for subroutines
#96
ZacharyWesterman
closed
6 months ago
0
Create script to package the program into an executable.
#95
ZacharyWesterman
closed
4 months ago
1
`initial` var assignment is getting "optimized" away even when the var is used.
#94
ZacharyWesterman
closed
6 months ago
0
LSP: warn about inline command eval with commands that return null
#93
ZacharyWesterman
closed
6 months ago
0
Optimize away non-eval'd built-in command calls
#92
ZacharyWesterman
closed
6 months ago
1
Optimize away variable assignments if the variable is never used
#91
ZacharyWesterman
closed
6 months ago
0
Update documentation with latest features
#90
ZacharyWesterman
closed
6 months ago
0
Variables don't stick around in REPL mode
#89
ZacharyWesterman
closed
6 months ago
0
REPL mode doesn't work with subroutines
#88
ZacharyWesterman
closed
6 months ago
0
Add REPL mode : closes #82
#87
ZacharyWesterman
closed
6 months ago
0
Add way to include/import files when running in CLI
#86
ZacharyWesterman
closed
5 months ago
0
Fix randomization functions seeming to be a little predictable.
#85
ZacharyWesterman
closed
6 months ago
0
add int() function as shorthand for floor(num(x))
#84
ZacharyWesterman
closed
6 months ago
0
Add json_pretty() function to print well-formatted json
#83
ZacharyWesterman
closed
6 months ago
0
Add REPL mode
#82
ZacharyWesterman
closed
6 months ago
0
Add function like lua's gmatch() function
#81
ZacharyWesterman
closed
6 months ago
0
On dynamic gosubs, check for const vals to determine if any subroutines could be optimized away
#80
ZacharyWesterman
closed
6 months ago
0
Next