- Mar 09, 2020
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
Resolve "empty follow set assertion triggered with LALR" Closes #92 See merge request !35
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
add TT_DOUBLE and TT_FLOAT as user-accessible token types See merge request !32
-
- Feb 26, 2020
-
-
Meredith L. Patterson authored
Resolve "_POSIX_C_SOURCE breaks build on MacOS X" Closes #93 See merge request !38
-
- Feb 23, 2020
-
-
Andrea Shepard authored
Resolve assertion failure with rules that can never match Closes #83 See merge request !39
-
- Feb 21, 2020
-
-
Sven M. Hallberg authored
fixes issue #83
-
Sven M. Hallberg authored
#83
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
doh! fixes issue 92 again.
-
- Feb 20, 2020
-
-
Sven M. Hallberg authored
tentative commit. this should solve issue 92, but isn't working, yet. the idea is to taint any memoized follow set that hit a recursive loop, directly or indirectly. the recursive calls (h_follow_rec) are allowed to use these intermediates, but propagate the taint. the top-level routine (h_follow) places the original taint on its result and may remove it at the end. it will not return memoized results that are tainted (but compute them afresh).
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
without it, our test for issue 92 is no good (will always pass). we could probably officially put it back if we simplify "dead" symbols (that have no productions) out of the grammar beforehand.
-
- Feb 17, 2020
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
there is a case where fs can be empty: when reducing by lhs would lead to certain parse failure, by means of h_nothing_p() for instance. fixes issue 83.
-
Sven M. Hallberg authored
cf. #83
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
this makes the computation more wasteful but avoids issue 92. intermediate results could end up in the memoization table and be treated as final by later calls to h_follow(). this problem could appear or not depending on the order of nonterminals (i.e. pointers) in a hashtable.
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
hammer/hammer#92
-
Sven M. Hallberg authored
hammer/hammer#87
-
- Feb 14, 2020
-
-
Meredith L. Patterson authored
Resolve "assertion failure with ambiguous LALR compiles" Closes #91 See merge request hammer/hammer!34
-
Meredith L. Patterson authored
Jni update See merge request hammer/hammer!36
-
Meredith L. Patterson authored
print arena stats only when running test_suite --verbose See merge request hammer/hammer!33
-
picomeg authored
development
-
picomeg authored
-
picomeg authored
update started from.
-
- Feb 11, 2020
-
-
Sven M. Hallberg authored
fixes issue 91
-
Sven M. Hallberg authored
-