<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: greg</title>
    <description>The latest articles on DEV Community by greg (@greg123i).</description>
    <link>https://dev.to/greg123i</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3812666%2Ff9f1ef61-68ce-482d-b716-a6ed5ae6244e.png</url>
      <title>DEV Community: greg</title>
      <link>https://dev.to/greg123i</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/greg123i"/>
    <language>en</language>
    <item>
      <title>i built a compiler using 100% ai slop</title>
      <dc:creator>greg</dc:creator>
      <pubDate>Thu, 04 Jun 2026 15:00:00 +0000</pubDate>
      <link>https://dev.to/greg123i/i-built-a-compiler-using-100-ai-slop-4e1c</link>
      <guid>https://dev.to/greg123i/i-built-a-compiler-using-100-ai-slop-4e1c</guid>
      <description>&lt;p&gt;this is weedlang, a language that targets x86 windows&lt;/p&gt;

&lt;p&gt;its made of 100% ai slop - used chatgpt codex and gemini cli to write the code&lt;/p&gt;

&lt;p&gt;i made it cuz i can, wanted to see if one person could build a real compiler using only free AI tools (and maybe deepseek paid)&lt;/p&gt;

&lt;p&gt;it has:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;its own PE linker (no external linker needed)&lt;/li&gt;
&lt;li&gt;macro system&lt;/li&gt;
&lt;li&gt;produces working executables&lt;/li&gt;
&lt;li&gt;self hosting in progress (bootstrap tokenizer already written in WeedLang itself)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;still needs NASM for now but working on removing that dependency&lt;/p&gt;

&lt;p&gt;heres a screenshot of hello world program that works&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F43taezlffp7klv39m0qe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F43taezlffp7klv39m0qe.png" alt="its an image" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;check it out:&lt;br&gt;
&lt;a href="https://github.com/greg123i/weedlang" rel="noopener noreferrer"&gt;https://github.com/greg123i/weedlang&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>programming</category>
      <category>opensource</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
