index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix *listener-hist-len* in ~/.txr_profile not working.
Kaz Kylheku
2015-10-27
1
-3
/
+5
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Bugfix: unterminated format argument list in repl code.
Kaz Kylheku
2015-10-18
1
-1
/
+1
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-1
/
+3
*
Interactive listener: substring completion.
Kaz Kylheku
2015-10-03
1
-1
/
+4
*
Treat .( and (( context in completion.
Kaz Kylheku
2015-09-27
1
-1
/
+3
*
Fix race in ~/.txr_profile security check.
Kaz Kylheku
2015-09-23
1
-8
/
+8
*
repl: give details about source of error exception.
Kaz Kylheku
2015-09-23
1
-0
/
+10
*
Atom insert feature.
Kaz Kylheku
2015-09-18
1
-0
/
+39
*
Set the tempfile suffix.
Kaz Kylheku
2015-09-18
1
-0
/
+1
*
Improved ~/.txr_profile checks, with security.
Kaz Kylheku
2015-09-18
1
-6
/
+15
*
Change how error locations are reported in REPL.
Kaz Kylheku
2015-09-17
1
-2
/
+2
*
Whitespace fix.
Kaz Kylheku
2015-09-17
1
-1
/
+1
*
Listener configuration variables.
Kaz Kylheku
2015-09-17
1
-0
/
+12
*
Implement ~/.txr_profile mechanism.
Kaz Kylheku
2015-09-13
1
-0
/
+34
*
Don't supply trivial completion which matches prefix.
Kaz Kylheku
2015-09-13
1
-0
/
+3
*
Treat comment lines in repl, and plug memory leak.
Kaz Kylheku
2015-09-11
1
-2
/
+14
*
New :read command in repl for direct stdin parse.
Kaz Kylheku
2015-09-11
1
-1
/
+23
*
Better EOF check in read-eval stream function.
Kaz Kylheku
2015-09-11
1
-1
/
+10
*
Quit if input form is :quit not its value.
Kaz Kylheku
2015-09-11
1
-2
/
+2
*
Don't pass char to <ctype.h> function.
Kaz Kylheku
2015-09-10
1
-2
/
+4
*
Completion doesn't iterate over all packages.
Kaz Kylheku
2015-09-10
1
-10
/
+3
*
No completion on symbol in nonexistent package.
Kaz Kylheku
2015-09-10
1
-0
/
+2
*
C++: need conversions in return value from alloca.
Kaz Kylheku
2015-09-09
1
-2
/
+2
*
C++: avoid the compl identifier.
Kaz Kylheku
2015-09-09
1
-5
/
+5
*
alloca needs to be declared.
Kaz Kylheku
2015-09-09
1
-0
/
+1
*
Refinement in linenoise eof/intr handling.
Kaz Kylheku
2015-09-08
1
-3
/
+10
*
Bugfix: underrun on empty line tab completion.
Kaz Kylheku
2015-09-08
1
-1
/
+4
*
Load and save repl history.
Kaz Kylheku
2015-09-07
1
-0
/
+14
*
Print exceptions with proper indenting.
Kaz Kylheku
2015-09-07
1
-9
/
+7
*
Better message for caught exceptions.
Kaz Kylheku
2015-09-07
1
-1
/
+1
*
Store exception in repl variable.
Kaz Kylheku
2015-09-07
1
-2
/
+3
*
Reset flex scanner if exception thrown during read.
Kaz Kylheku
2015-09-06
1
-1
/
+22
*
Repl will print something for syntax error exceptions.
Kaz Kylheku
2015-09-06
1
-1
/
+1
*
Allow evaluation from repl to be interrupted.
Kaz Kylheku
2015-09-06
1
-0
/
+7
*
Distinguish interrupt indication from linenoise.
Kaz Kylheku
2015-09-06
1
-2
/
+6
*
Distinguish exceptions from results in repl.
Kaz Kylheku
2015-09-06
1
-0
/
+1
*
Erroneous lines must go into history also.
Kaz Kylheku
2015-09-06
1
-4
/
+8
*
repl suppresses syntax error exceptions
Kaz Kylheku
2015-09-06
1
-1
/
+3
*
Parenthesis sensitivity for completion.
Kaz Kylheku
2015-09-06
1
-4
/
+23
*
linenoise completion for txr symbols
Kaz Kylheku
2015-09-05
1
-0
/
+114
*
Syntax errors refer to REPL line number.
Kaz Kylheku
2015-09-05
1
-3
/
+9
*
Numbered prompt with backreferencing.
Kaz Kylheku
2015-09-05
1
-1
/
+15
*
Basic REPL based on linenoise.
Kaz Kylheku
2015-09-05
1
-0
/
+82
*
Remove useless member from parser structure.
Kaz Kylheku
2015-08-19
1
-2
/
+3
*
Fix parser bug caused by wrong kind of weak hash table.
Kaz Kylheku
2015-08-19
1
-1
/
+1
*
Provide conservative marking interface.
Kaz Kylheku
2015-08-19
1
-4
/
+1
*
Improvement in hash bang code.
Kaz Kylheku
2015-08-12
1
-6
/
+3
*
Use new pushback token priming for single regex parse.
Kaz Kylheku
2015-08-12
1
-9
/
+21
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-16
/
+33
[prev]
[next]