- Aug 02, 2015
-
-
Meredith L. Patterson authored
-
- Aug 01, 2015
-
-
TQ Hirsch authored
Print user defined token type while pretty printing
-
Nicolas Léveillé authored
The pretty printing format chosen is USER:<token name> We use the registry function `h_get_token_type_name` which returns 0 when no name has been defined. This will print (null) as a token name.
-
- Jul 26, 2015
-
-
TQ Hirsch authored
Usability improvements from the tutorial
-
- May 04, 2015
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Apr 10, 2015
-
-
Meredith L. Patterson authored
Algebraic Generating Functions from parser
-
Mikael Vejdemo-Johansson authored
Now we can do things like: # copy-paste from output ring.<t,L,tie,Cn,M,Ln,I,D,J,Rn,A,K,F,G> = QQ[] ID = ring.ideal(L - (1*Cn*t),tie - (1*Ln*t),Cn - (1*I + 1*J),M - (1*t^2),Ln - (1*D + 1*L + 1*M),I - (1*Rn*t),D - (1*Rn*t),J - (1*Ln*t),Rn - (1*F + 1*G + 1*K),A - (1*tie),K - (1*t^2),F - (1*Ln*t),G - (1*Cn*t)) # we are interested in tie in terms of t; so we want to remove anything not these two: ID.elimination_ideal([L,Cn,M,Ln,I,D,J,Rn,A,K,F,G]) # output from this SageMath command is # Ideal (t^3 + 2*t^2*tie + t*tie - tie) of Multivariate Polynomial Ring in t, L, tie, Cn, M, Ln, I, D, J, Rn, A, K, F, G over Rational Field # which we can solve for tie to get tie = t^3/(1-t-2*t^2) just as expected
-
- Apr 08, 2015
-
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
- Apr 07, 2015
-
-
Mikael Vejdemo-Johansson authored
-
Mikael Vejdemo-Johansson authored
-
- Mar 15, 2015
-
-
Meredith L. Patterson authored
Update from trunk
-
- Mar 10, 2015
-
-
Meredith L. Patterson authored
Add monadic bind combinator h_bind
-
Meredith L. Patterson authored
Free res_unamb
-
- Mar 04, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
-
- Feb 23, 2015
-
-
Sven M. Hallberg authored
-
- Feb 13, 2015
-
-
TQ Hirsch authored
Add some missing type conversions to make h_read_bits work with count>32
-
- Feb 12, 2015
-
-
Sven M. Hallberg authored
-
- Jan 30, 2015
-
-
Meredith L. Patterson authored
Descend properly in h_seq_index_path
-
-
Sven M. Hallberg authored
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Jan 23, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Jan 05, 2015
-
-
Steven Dee authored
-
- Jan 04, 2015
-
-
Meredith L. Patterson authored
Fix #118
-
Meredith L. Patterson authored
H_VALIDATE_APPLY macro
-
TQ Hirsch authored
NEWS: * Switching endianness mid-byte no longer potentially re-reads bytes. * bit_offset now consistently refers to the number of bits already read. * HParsedTokens now have a bit_length field; this is a size_t. This may be removed for memory reasons. The bit writer has not yet been updated to match; the result of switching bit writer endianness in the middle of a byte remains undefined.
-