<?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: Ryo Muta</title>
    <description>The latest articles on DEV Community by Ryo Muta (@mutax).</description>
    <link>https://dev.to/mutax</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%2F919658%2Ff1c271d1-f1cb-4f11-a5cf-062183524232.jpeg</url>
      <title>DEV Community: Ryo Muta</title>
      <link>https://dev.to/mutax</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mutax"/>
    <language>en</language>
    <item>
      <title>Make C preprocessor</title>
      <dc:creator>Ryo Muta</dc:creator>
      <pubDate>Fri, 02 Sep 2022 14:36:27 +0000</pubDate>
      <link>https://dev.to/mutax/make-c-preprocessor-2mp3</link>
      <guid>https://dev.to/mutax/make-c-preprocessor-2mp3</guid>
      <description>&lt;p&gt;Hi! &lt;br&gt;
I am making C language compiler in full scratch. Yesterday, my project reached to making C language preprocessor that can process &lt;strong&gt;stdlib.h&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is my repository.&lt;br&gt;
&lt;a href="https://github.com/r-mutax/mcc"&gt;r-mutax/mcc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My preprocessor's output and &lt;code&gt;cc&lt;/code&gt; command output is same. If the output of the preprocessor is the same, the compiled result should be the same.&lt;br&gt;
This is a first step of my great job.&lt;br&gt;
Thanks.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>c</category>
      <category>preprocessor</category>
    </item>
  </channel>
</rss>
