diff --git a/content/blog/chapel_x_macros.md b/content/blog/chapel_x_macros.md index cd42d84..2658eaa 100644 --- a/content/blog/chapel_x_macros.md +++ b/content/blog/chapel_x_macros.md @@ -1,6 +1,6 @@ --- title: "My Favorite C++ Pattern: X Macros" -date: 2023-10-09T15:06:11-07:00 +date: 2023-10-14T15:38:17-07:00 tags: ["C++", "Chapel", "Compilers"] description: "In this post, I talk about my favorite C/C++ pattern involving macros." --- diff --git a/content/blog/dyno_alloy/index.md b/content/blog/dyno_alloy/index.md index 1343622..283ca60 100644 --- a/content/blog/dyno_alloy/index.md +++ b/content/blog/dyno_alloy/index.md @@ -1,6 +1,6 @@ --- title: "Proving My Compiler Code Incorrect With Alloy" -date: 2023-10-14T15:38:17-07:00 +date: 2023-06-04T21:56:00-07:00 tags: ["Chapel", "Compilers", "Alloy"] description: "In this post, I apply Alloy to a piece of code in the Chapel compiler to find a bug." ---