Commit Graph

55 Commits

Author SHA1 Message Date
chriseth
1d68bd44fa Adjust keccak test. 2023-04-20 22:38:43 +02:00
chriseth
2678b03a93 Properly process multiple asm files. 2023-04-20 22:31:13 +02:00
chriseth
c0d5fd6ef8 Find repeating rows. 2023-04-18 17:57:49 +02:00
schaeff
2f3520c7dc use ark_ff under the hood 2023-04-18 13:42:17 +02:00
chriseth
ae43c4a705 Fix unaligned access 2023-04-15 19:40:09 +02:00
chriseth
396bcbce85 Disable tests. 2023-04-15 19:30:18 +02:00
chriseth
e6bc206e89 64 bit multiplication. 2023-04-15 19:04:55 +02:00
chriseth
7c45318584 Add word data. 2023-04-14 15:52:37 +02:00
chriseth
8b48b1acee Compile full rust crates. 2023-04-14 15:52:37 +02:00
schaeff
a197775300 change instruction declaration syntax to be functional 2023-04-14 15:35:33 +02:00
schaeff
e51eedaaf3 use log and env_logger 2023-04-13 12:00:20 +02:00
chriseth
6c7aaf4950 Block machines. 2023-04-11 21:17:13 +02:00
schaeff
a85d7c5cde indices for fixed lookups 2023-04-04 12:27:05 +02:00
chriseth
dc1d681e5f witness generation for fixed lookups 2023-03-31 14:48:42 +02:00
Thibaut Schaeffer
17fa7c52a6 Merge pull request #125 from chriseth/array_expression
Complex array literal expressions
2023-03-29 15:12:20 +02:00
schaeff
7260cfa957 add test for full constant case 2023-03-29 15:00:57 +02:00
schaeff
72ef09012b revert newline 2023-03-29 10:46:00 +02:00
schaeff
82ce286f20 remove parentheses in parser, rename to ArrayLiteralExpression 2023-03-29 10:43:09 +02:00
chriseth
2f0b257842 Verbose option for pil compiler. 2023-03-29 08:26:19 +02:00
schaeff
eb0eac4f55 solve for , make tests pass 2023-03-28 23:04:03 +02:00
schaeff
7a24d59da8 add instruction to set the degree 2023-03-28 10:09:37 +02:00
chriseth
a9cdc0ecda More text on assembly and rust frontend. 2023-03-24 22:34:27 +01:00
chriseth
18d7e3f286 Compile Rust through RISCV. 2023-03-24 21:34:46 +01:00
chriseth
3b4fc1ef7f Merge pull request #96 from chriseth/instr_returning
Instructions returning values.
2023-03-23 19:40:30 +01:00
chriseth
8319f5292f Instructions returning values. 2023-03-23 12:03:41 +01:00
chriseth
78a34fc4b0 Shorten test duration. 2023-03-23 12:00:38 +01:00
chriseth
3889afc5d5 Bit constraints. 2023-03-23 00:42:52 +01:00
chriseth
4fbd6dc2b9 Support multiple assignment registers. 2023-03-20 14:24:09 +01:00
chriseth
3dcdbdee85 Read-write memory. 2023-03-13 20:56:41 +01:00
chriseth
517f16f00a Replace String by str. 2023-03-08 13:56:52 +01:00
chriseth
7e21ddf9b8 Extract machines and make write-once memory work. 2023-03-07 14:45:20 +01:00
chriseth
70c63e723c Allow arbitrary instruction return values through free input. 2023-03-06 20:20:46 +01:00
chriseth
3f88f4695f Add test. 2023-03-06 10:50:20 +01:00
chriseth
96af245709 Verbose output 2023-03-02 19:23:06 +01:00
chriseth
fdf658b381 Palindrome assembly. 2023-03-02 15:43:43 +01:00
chriseth
37b7a3bbf0 Commandline access to asm compiler. 2023-03-02 13:55:43 +01:00
chriseth
f5ccb2a837 Fix asm generation. 2023-03-01 21:16:36 +01:00
chriseth
40a9cef4fa Witness generation for assembly. 2023-03-01 15:06:17 +01:00
chriseth
5664418bd7 Abstract the number type. 2023-03-01 12:41:57 +01:00
chriseth
4837e1c68a Fix query strings. 2023-02-28 18:56:09 +01:00
chriseth
dc42c5480e Fix assembly compilation. 2023-02-28 18:31:55 +01:00
chriseth
c554187af8 Support lookups in witness computation. 2023-02-27 21:32:03 +01:00
chriseth
5db079fd7d Improve test. 2023-02-27 20:26:36 +01:00
chriseth
20bae0e50f Properly use temporary directories for tests. 2023-02-27 15:45:36 +01:00
chriseth
b7bd1e6a5c Witness queries. 2023-02-26 01:58:09 +01:00
chriseth
0337551737 Compile asm to pil. 2023-02-22 17:34:44 +01:00
chriseth
885cdcfd23 Support fixed columns in array form. 2023-02-21 23:04:28 +01:00
chriseth
c7bdda36c1 ASM parser. 2023-02-20 14:42:05 +01:00
chriseth
f9a511f8b3 First simple example of an assembly program. 2023-02-16 15:17:33 +01:00
chriseth
0652c89c9d Reference other fixed columns. 2023-02-15 22:24:10 +01:00