|  rvcas | b05f0846a8 | fix: moving to a parser that can handle left recursion | 2022-06-10 01:55:28 -04:00 | 
				
					
						|  rvcas | 86089b4bee | fix: different attempt | 2022-06-09 00:44:52 -04:00 | 
				
					
						|  rvcas | 474df4a3ae | fix: different attempt | 2022-06-08 23:22:34 -04:00 | 
				
					
						|  rvcas | 74df7f8a7c | fix: potential fix for left recursion | 2022-06-08 22:21:22 -04:00 | 
				
					
						|  rvcas | 1c8f3a736b | feat: new uplc parser | 2022-06-08 21:51:04 -04:00 | 
				
					
						|  Kasey White | 33fcb77681 | fix: put byte_array final pos incrementer in wrong scope | 2022-06-08 15:42:58 -04:00 | 
				
					
						|  Kasey White | be477917f2 | fix: fixed edge cases to get flat encode and decode working with stress test case | 2022-06-08 03:33:09 -04:00 | 
				
					
						|  rvcas | 21d713ece3 | feat: change term parsing order | 2022-06-07 22:02:20 -04:00 | 
				
					
						|  rvcas | b47030b86d | feat: better clap commands | 2022-06-06 23:55:01 -04:00 | 
				
					
						|  Kasey White | 895f279be0 | fix: parser fixes for spacing | 2022-06-06 23:28:36 -04:00 | 
				
					
						|  rvcas | 60a920a0ac | fix: more subtle things | 2022-06-06 22:51:09 -04:00 | 
				
					
						|  rvcas | 4c45c95620 | fix: var parsing | 2022-06-06 22:40:15 -04:00 | 
				
					
						|  rvcas | d4251206e7 | feat: fake named debruijn | 2022-06-05 22:47:04 -04:00 | 
				
					
						|  rvcas | 349364d867 | chore: builtins implement Copy | 2022-06-04 14:06:46 -04:00 | 
				
					
						|  rvcas | 1ecd47a361 | feat: clean up errors | 2022-06-04 14:01:45 -04:00 | 
				
					
						|  rvcas | 377c5c206c | feat: better errors for debruijn converter | 2022-06-04 12:16:56 -04:00 | 
				
					
						|  rvcas | 2f51b23e7e | feat: debruijn conversions and binder Co-authored-by: Kasey White <kwhitemsg@gmail.com> | 2022-06-04 11:15:34 -04:00 | 
				
					
						|  rvcas | 2ad630de90 | feat: use a stack for scope | 2022-06-04 00:29:30 -04:00 | 
				
					
						|  rvcas | 946937f945 | feat: more debruijn stuff | 2022-06-03 22:00:16 -04:00 | 
				
					
						|  rvcas | f8edb5d519 | feat: start debruijn conversion Co-authored-by: Kasey White <kwhitemsg@gmail.com> | 2022-06-03 00:36:39 -04:00 | 
				
					
						|  rvcas | 83d6b5243e | feat: get program ready for debruijn | 2022-06-02 21:39:09 -04:00 | 
				
					
						|  rvcas | c7037ff8d9 | feat: get string interning working Co-authored-by: Kasey White <kwhitemsg@gmail.com> | 2022-06-01 01:11:30 -04:00 | 
				
					
						|  Kasey White | 581b8fc85d | feat: flat tweaks and string interning Co-authored-by: rvcas <x@rvcas.dev> | 2022-05-31 22:57:55 -04:00 | 
				
					
						|  rvcas | 31e7d63d9a | chore: use ref to get slice | 2022-05-30 18:26:49 -04:00 | 
				
					
						|  rvcas | 3f1ddef635 | chore: slight clean up | 2022-05-30 18:05:50 -04:00 | 
				
					
						|  Kasey White | 83a784c745 | add simple test for decoding | 2022-05-30 17:12:32 -04:00 | 
				
					
						|  Kasey White | d4b659c04e | feat: finish up most of decoding (integer, decodeListWith, Term, Program, Version, Constant, Builtin) | 2022-05-30 16:49:43 -04:00 | 
				
					
						|  rvcas | bf3b984405 | fix: add back the decoder lifetime | 2022-05-30 10:49:23 -04:00 | 
				
					
						|  Kasey White | 4fb508e3b2 | Add decoding for bytestring, string, char, bool, and filler | 2022-05-30 02:32:39 -04:00 | 
				
					
						|  rvcas | 9d8afee3d2 | chore: impl todo for filler decode | 2022-05-29 21:53:13 -04:00 | 
				
					
						|  rvcas | 0a476d0592 | feat: prepare decoding traits and make new Flat trait | 2022-05-28 20:12:03 -04:00 | 
				
					
						|  Kasey White | 41487733f7 | feat: builtin encoding Co-authored-by: rvcas <x@rvcas.dev> | 2022-05-28 00:23:34 -04:00 | 
				
					
						|  Kasey White | c01469ea51 | feat: spec complaint program encoding Co-authored-by: rvcas <x@rvcas.dev> | 2022-05-27 22:37:08 -04:00 | 
				
					
						|  Kasey White | 2e130ac5f0 | add integer based on plutus core manual information | 2022-05-24 04:55:10 -04:00 | 
				
					
						|  rvcas | b345afd12f | feat: we're flat encoding plutus core | 2022-05-23 12:45:13 -04:00 | 
				
					
						|  Kasey White | 344620136f | use encode_list_with with safe_encode_bits func | 2022-05-23 12:20:04 -04:00 | 
				
					
						|  Kasey White | c38da6426f | implement encode_constant and add term tags for encoding | 2022-05-23 02:22:37 -04:00 | 
				
					
						|  Kasey White | 52f9f5ab41 | feat: start on encoding constants with Flat Encoder | 2022-05-22 20:29:59 -04:00 | 
				
					
						|  Kasey White | fdfaf91bcf | feat: create encoding for char, string, byte array | 2022-05-22 18:16:42 -04:00 | 
				
					
						|  rvcas | 52523516fe | feat: u8 | 2022-05-22 12:56:28 -04:00 | 
				
					
						|  rvcas | 33fee5b3e0 | chore: switch to a mono repo | 2022-05-22 12:40:52 -04:00 | 
				
					
						|  rvcas | 6ef5dd7e0e | feat: some filler changes | 2022-05-21 22:59:25 -04:00 | 
				
					
						|  rvcas | 83c7e6aa64 | feat: encode bool | 2022-05-21 22:51:21 -04:00 | 
				
					
						|  rvcas | dbc2772e63 | feat: start flat encoder | 2022-05-21 20:13:49 -04:00 | 
				
					
						|  rvcas | 6d5057dff4 | fix: strum serialize for sha2 function | 2022-05-17 15:56:58 -04:00 | 
				
					
						|  Kasey White | e0e98f92e4 | fix: builtin parsing | 2022-05-10 23:58:37 -04:00 | 
				
					
						|  rvcas | 7f4f103adc | fix: allow non camel case types in default function | 2022-05-10 23:05:04 -04:00 | 
				
					
						|  Kasey White | bbc1b25ab7 | feat: add error and builtin to term function and add between parse | 2022-05-09 02:50:51 -04:00 | 
				
					
						|  Kasey White | 6b2601c40b | feat: add error and builtin There are restrictions on term for lambda and error we need to add | 2022-05-09 02:47:21 -04:00 | 
				
					
						|  rvcas | 95c687dd8e | fix: better spaces after program keyword | 2022-05-07 14:16:09 -04:00 |