<?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: C++Love</title>
    <description>The latest articles on DEV Community by C++Love (@startrekrules).</description>
    <link>https://dev.to/startrekrules</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%2F161633%2F63a91236-cac3-4756-b583-9c43e73e9112.png</url>
      <title>DEV Community: C++Love</title>
      <link>https://dev.to/startrekrules</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/startrekrules"/>
    <language>en</language>
    <item>
      <title>A basic but real Lua Interpreter in C#</title>
      <dc:creator>C++Love</dc:creator>
      <pubDate>Wed, 08 Jan 2020 06:09:59 +0000</pubDate>
      <link>https://dev.to/startrekrules/a-basic-but-real-lua-interpreter-in-c-2odf</link>
      <guid>https://dev.to/startrekrules/a-basic-but-real-lua-interpreter-in-c-2odf</guid>
      <description>&lt;p&gt;Hello everyone! Below you will find a semi-working parser and interpreter for the lua programming language.&lt;br&gt;
However, it is far from finished and very crude.&lt;br&gt;
Some drawbacks of it include:&lt;br&gt;
    Loops aren't implemented yet.&lt;br&gt;
    Extremely buggy and prone to infinite loops.&lt;br&gt;
    Many aspects of lua aren't implemented.&lt;br&gt;
    Strings aren't even unique yet so they are basically treated as identifiers, which means no important keywords such as if, then, function  allowed inside strings without decorating them with say, an underscore.&lt;/p&gt;

&lt;p&gt;The good parts:&lt;br&gt;
    Real tokenizer and parser made from scratch, not just reading a file line by line and using regular expressions or replace!&lt;br&gt;
    It can run recursive factorial.&lt;/p&gt;

&lt;p&gt;And finally, I shall honor your eyes with the code.&lt;br&gt;
&lt;a href="https://repl.it/@CSharpIsGud/LuaInterpreter2"&gt;https://repl.it/@CSharpIsGud/LuaInterpreter2&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>showdev</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Binary Search</title>
      <dc:creator>C++Love</dc:creator>
      <pubDate>Sun, 28 Apr 2019 19:02:38 +0000</pubDate>
      <link>https://dev.to/startrekrules/binary-search-5fgd</link>
      <guid>https://dev.to/startrekrules/binary-search-5fgd</guid>
      <description>&lt;p&gt;A 16 line implementation of the binary search algorithm in C#.&lt;br&gt;
Which I used to create an ASCII table!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@CSharpIsGud/Binary-Search?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>csharp</category>
    </item>
  </channel>
</rss>
