@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "My Favorite C++ Pattern: X Macros"
|
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"]
|
tags: ["C++", "Chapel", "Compilers"]
|
||||||
description: "In this post, I talk about my favorite C/C++ pattern involving macros."
|
description: "In this post, I talk about my favorite C/C++ pattern involving macros."
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Proving My Compiler Code Incorrect With Alloy"
|
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"]
|
tags: ["Chapel", "Compilers", "Alloy"]
|
||||||
description: "In this post, I apply Alloy to a piece of code in the Chapel compiler to find a bug."
|
description: "In this post, I apply Alloy to a piece of code in the Chapel compiler to find a bug."
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user