<feed xmlns='http://www.w3.org/2005/Atom'>
<title>a404m/felan.old/src, branch master</title>
<subtitle>FELan programming language
</subtitle>
<id>https://git.zylix.ir/a404m/felan.old/atom?h=master</id>
<link rel='self' href='https://git.zylix.ir/a404m/felan.old/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/'/>
<updated>2024-10-08T16:28:00Z</updated>
<entry>
<title>fixed some bugs in fasm</title>
<updated>2024-10-08T16:28:00Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-10-08T16:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=8e9d0b5e9a4613e9ef980b5c0fd8e53f2c394195'/>
<id>urn:sha1:8e9d0b5e9a4613e9ef980b5c0fd8e53f2c394195</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added fasm support</title>
<updated>2024-10-08T00:47:08Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-10-08T00:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=addd54dc31603dc204773d3108dba4e000cd7657'/>
<id>urn:sha1:addd54dc31603dc204773d3108dba4e000cd7657</id>
<content type='text'>
added compiler options
tried to compile to fasm first
</content>
</entry>
<entry>
<title>some small performance improvements</title>
<updated>2024-09-26T18:24:33Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-26T18:24:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=bf84010e01bb11874689ce53ea4df853b2e41c2b'/>
<id>urn:sha1:bf84010e01bb11874689ce53ea4df853b2e41c2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some small improvement</title>
<updated>2024-09-26T13:40:00Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-26T13:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=2ce72027e79a5aba03ecb4180039cd874b230c7a'/>
<id>urn:sha1:2ce72027e79a5aba03ecb4180039cd874b230c7a</id>
<content type='text'>
added \h in string (which can use hex as character)
</content>
</entry>
<entry>
<title>some speed improvement</title>
<updated>2024-09-26T01:31:30Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-26T01:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=3b5df1794867ccffc56ac5633af6c77a0b3952c8'/>
<id>urn:sha1:3b5df1794867ccffc56ac5633af6c77a0b3952c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed multiple variable definition bug</title>
<updated>2024-09-25T16:17:29Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-25T16:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=c409b8aaf6b6f63bd68a3356e146ab80b2ec8c4b'/>
<id>urn:sha1:c409b8aaf6b6f63bd68a3356e146ab80b2ec8c4b</id>
<content type='text'>
tried to implement import
</content>
</entry>
<entry>
<title>Better errors</title>
<updated>2024-09-22T16:04:43Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-22T16:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=f79290084948f3cf140395c270c07cf29ca58e8d'/>
<id>urn:sha1:f79290084948f3cf140395c270c07cf29ca58e8d</id>
<content type='text'>
Added variables
</content>
</entry>
<entry>
<title>removing print command and keyword</title>
<updated>2024-09-19T12:23:13Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-19T12:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=d2ab53c625d386a4fbc6a9d5a5eb29faab1b3f0c'/>
<id>urn:sha1:d2ab53c625d386a4fbc6a9d5a5eb29faab1b3f0c</id>
<content type='text'>
added function call support
cleaned up keyword and operator checking and speed it up a little bit
cleaning includes
added builtin functions
</content>
</entry>
<entry>
<title>added more stuff to strings</title>
<updated>2024-09-19T03:40:48Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-19T03:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=3df524bacbd6ca55177f481f8c98b118131b6527'/>
<id>urn:sha1:3df524bacbd6ca55177f481f8c98b118131b6527</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed an error in strings</title>
<updated>2024-09-19T02:56:42Z</updated>
<author>
<name>A404M</name>
<email>ahmadmahmoudiprogrammer@gmail.com</email>
</author>
<published>2024-09-19T02:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zylix.ir/a404m/felan.old/commit/?id=66739336e7358188ee7828d311881e06b2f3ad83'/>
<id>urn:sha1:66739336e7358188ee7828d311881e06b2f3ad83</id>
<content type='text'>
fixed error in parenthesis
some code clean up
</content>
</entry>
</feed>
