issues
search
LytixDev
/
slash
The Slash Scripting Language
GNU General Public License v3.0
7
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Allow t_dot as first symbol after pipe in pipeline
#129
LytixDev
closed
1 month ago
0
feat: evaluate variables in double qouted strings
#128
LytixDev
opened
5 months ago
0
fix: indent width to 4
#127
LytixDev
closed
5 months ago
0
feat: do stmt
#126
LytixDev
opened
5 months ago
1
feat: single qoute str
#125
LytixDev
closed
5 months ago
0
fix: parsing multiline expr
#124
LytixDev
closed
5 months ago
0
fix: REPL Pause
#123
LytixDev
closed
5 months ago
0
feat: Continue REPL until a block is closed
#122
LytixDev
closed
5 months ago
0
fix: to _str of none type
#121
LytixDev
closed
5 months ago
0
botched attempt at std lib functions
#120
LytixDev
opened
7 months ago
0
enhance: error msg
#119
LytixDev
closed
7 months ago
0
feat: cmp, in and unary_not traits for str type
#118
LytixDev
closed
8 months ago
0
improve ast printing
#117
LytixDev
closed
7 months ago
0
enhance: error reporting
#116
LytixDev
closed
8 months ago
0
feat: multiline str literal
#115
LytixDev
closed
8 months ago
0
enhance: static string optimisation
#114
LytixDev
opened
8 months ago
0
Feat/escape string3
#113
LytixDev
closed
8 months ago
0
Feat/escape string2
#112
LytixDev
closed
8 months ago
0
feat: default SLASH_VERSION variable
#111
LytixDev
closed
8 months ago
0
fix: always use fds from stream_ctx
#110
LytixDev
closed
8 months ago
0
feat: implement -c flag
#109
LytixDev
closed
8 months ago
0
Implement "-c" flag to execute next value as source code
#108
LytixDev
closed
8 months ago
0
feat: time builtin
#107
LytixDev
closed
8 months ago
0
implement time builtin
#106
LytixDev
closed
8 months ago
0
feat: escaped string
#105
LytixDev
closed
8 months ago
0
Add a sigil in the REPL that evaluates to the result of the previous input
#104
LytixDev
opened
9 months ago
0
refactor: command argument grammar
#103
LytixDev
closed
9 months ago
0
fix: builtin writing to files needs to consider StreamCtx
#102
LytixDev
closed
8 months ago
0
feat: '.' builtin for executing commands from a specified file
#101
LytixDev
closed
9 months ago
0
feat: functionality to escape double qoutes within a string
#100
LytixDev
closed
8 months ago
0
feat: multiline string literal
#99
LytixDev
closed
8 months ago
0
Fix redirection (conflicts using '>' and '<' tokens)
#98
LytixDev
closed
9 months ago
0
feat: implement '.' builtin
#97
LytixDev
closed
9 months ago
0
fix: variable initialization for tuple values
#96
LytixDev
closed
9 months ago
0
fix: subshell uses dynamic buffer
#95
LytixDev
closed
9 months ago
0
feat: implement methods (again)
#94
LytixDev
opened
9 months ago
0
feat: add read builtin
#93
LytixDev
closed
9 months ago
0
feat: read builtin
#92
LytixDev
closed
9 months ago
0
fix: SlashFunction in REPL
#91
LytixDev
closed
9 months ago
0
fix: func def parsing
#90
LytixDev
closed
10 months ago
0
fix: creating and calling function in REPL causes seg fault
#89
LytixDev
closed
10 months ago
0
add semantic pass over AST that validates if break, continue and return statements are valid in context
#88
LytixDev
opened
10 months ago
0
feat: abrupt control flow (break, continue, return)
#87
LytixDev
closed
10 months ago
0
feat: return statement
#86
LytixDev
closed
10 months ago
0
fix: assign unpack bug
#85
LytixDev
closed
10 months ago
0
fix sequence variable assignment inside loop bug
#84
LytixDev
closed
10 months ago
0
fix: pop func scope after func call
#83
LytixDev
closed
10 months ago
0
fix: range initializer
#82
LytixDev
closed
10 months ago
0
fix: range initializer
#81
LytixDev
closed
10 months ago
0
feat: functions
#80
LytixDev
closed
10 months ago
0
Next