From a782c09f913ecc38df7a84665f305e4ea89fb7d7 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sat, 10 May 2025 21:28:56 +1000 Subject: [PATCH] Initial commit --- Bobfile | 4 + LICENSE | 674 +++++++++++++++++++++++++++++++++++++ README.md | 133 ++++++++ branding/COPYRIGHT | 3 + branding/Iodine.svg | 102 ++++++ branding/Iodine_1000px.png | Bin 0 -> 50168 bytes branding/Iodine_250px.png | Bin 0 -> 8907 bytes branding/Iodine_500px.png | Bin 0 -> 19686 bytes examples/loop.io | 8 + examples/names.io | 4 + examples/password.io | 5 + examples/test.io | 12 + src/ArgParser.cpp | 56 +++ src/ArgParser.h | 29 ++ src/Interpreter.cpp | 478 ++++++++++++++++++++++++++ src/Interpreter.h | 43 +++ src/Logger.cpp | 54 +++ src/Logger.h | 35 ++ src/Parser.cpp | 192 +++++++++++ src/Parser.h | 39 +++ src/SyntaxError.cpp | 81 +++++ src/SyntaxError.h | 34 ++ src/common.h | 88 +++++ src/main.cpp | 55 +++ 24 files changed, 2129 insertions(+) create mode 100644 Bobfile create mode 100644 LICENSE create mode 100644 README.md create mode 100644 branding/COPYRIGHT create mode 100644 branding/Iodine.svg create mode 100644 branding/Iodine_1000px.png create mode 100644 branding/Iodine_250px.png create mode 100644 branding/Iodine_500px.png create mode 100644 examples/loop.io create mode 100644 examples/names.io create mode 100644 examples/password.io create mode 100644 examples/test.io create mode 100644 src/ArgParser.cpp create mode 100644 src/ArgParser.h create mode 100644 src/Interpreter.cpp create mode 100644 src/Interpreter.h create mode 100644 src/Logger.cpp create mode 100644 src/Logger.h create mode 100644 src/Parser.cpp create mode 100644 src/Parser.h create mode 100644 src/SyntaxError.cpp create mode 100644 src/SyntaxError.h create mode 100644 src/common.h create mode 100644 src/main.cpp diff --git a/Bobfile b/Bobfile new file mode 100644 index 0000000..cd5fdf8 --- /dev/null +++ b/Bobfile @@ -0,0 +1,4 @@ +compiler "g++"; +binary "io"; +source "src/*.cpp"; +compile; diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..156f15b --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Iodine Copyright (C) 2025 Maxwell Jeffress + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9daf507 --- /dev/null +++ b/README.md @@ -0,0 +1,133 @@ +# Iodine - a statically typed, interpreted language + +Iodine is a programming language with the intention of having the most readable code possible (without getting into things like block coding or LLM's). The interpreter is written in C++. + +**Iodine is NOT intended for production use at present.** If you build your mission-critical application with Bogus, good luck. Things are going to break very often. + +## Compiling Iodine + +If you've got [bob](https://git.maxwellj.xyz/max/bob) installed, make use of the supplied Bobfile by running `bob`. Otherwise, run: + +```bash +g++ src/*.cpp -o iodine +``` + +## Using iodine + +``` +Usage: iodine [file] +Options: + --debug Enable debug mode + --help Show this help message +``` + +Debug mode is useful for reporting bugs, which are going to be very frequent (of course). If something doesn't work and you're sure the syntax is right, create an issue in this repo. + +## Writing iodine + +Print things: + +``` +println "Hello!"; +``` + +Print things without a new line using `print`. + +Set a variable: + +``` +let str myString "This is a string variable"; +``` + +Note: Valid types are `int` (equivalent to C++ `int`), `dec` (equivalent to C++ `double`), `str` (equivalent to C++ `string`), and `bool` (equivalent to C++ `bool`) + +Use a variable: + +``` +let int myNum 5; + +println myNum; +``` + +Change a variable: + +``` +let int myNum 7; + +myNum = 10; + +myNum ++; +myNum --; + +myNum += 3; +myNum -= 2; + +``` + +Do some math: + +``` +println 9 + 10; +``` + +Get user input from the console: + +``` +let str userInput input; + +println input; +``` + +Use an `if` statement to compare things: + +``` +let int myInt 4; +let int myOtherInt 3; + +if myInt == myOtherInt { + println "The variables are the same!"; +} + +myOtherInt = 4; + +if myInt == myOtherInt { + println "The variables are now the same after changing it"; +} +``` + +Make a `while` loop to do things over and over: + +``` +let int myInt 1; + +while myInt != 6 { + println myInt; + myInt = myInt + 1; +} +println "The loop has ended"; +``` + +*Sidenote: Loops are very unstable at present. If you find a loop-related bug please let me know.* + +More features will be added in future. + +## Planned features + +* Lists: It's a list of stuff. `str` will become a list of characters (meaning a `chr` type will be made). +* `while` statements: Come on, we gotta have a Turing complete language! +* File input/output: I feel this is going to be complex. + +## Far-off features + +Note: These features are not guaranteed to come to fruition. I am very good at getting distracted by other things. + +* Functions +* Network requests +* Libraries and importing files +* Webserver + +## Licensing + +Iodine is licenced under the GNU General Public Licence v3.0. See `LICENSE` or [here](https://www.gnu.org/licenses/gpl-3.0.en.html) for more details. + +The Iodine Logo © 2025 by Maxwell Jeffress is licensed under CC BY-SA 4.0. See [here](https://creativecommons.org/licenses/by-sa/4.0) for more details. diff --git a/branding/COPYRIGHT b/branding/COPYRIGHT new file mode 100644 index 0000000..30ca7fc --- /dev/null +++ b/branding/COPYRIGHT @@ -0,0 +1,3 @@ +The Iodine Logo © 2025 by Maxwell Jeffress is licensed under CC BY-SA 4.0 + +See more information at https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/branding/Iodine.svg b/branding/Iodine.svg new file mode 100644 index 0000000..950e5dd --- /dev/null +++ b/branding/Iodine.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/branding/Iodine_1000px.png b/branding/Iodine_1000px.png new file mode 100644 index 0000000000000000000000000000000000000000..8d06a1dc6ce9906ce2796e1192a134ce70bb2235 GIT binary patch literal 50168 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 literal 0 HcmV?d00001 diff --git a/branding/Iodine_250px.png b/branding/Iodine_250px.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cfb9744df216883d824dba522df4f1dab93252 GIT binary patch literal 8907 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 Z{~wn3dLDMGK#%|c002ovPDHLkV1l8(#$5ma literal 0 HcmV?d00001 diff --git a/branding/Iodine_500px.png b/branding/Iodine_500px.png new file mode 100644 index 0000000000000000000000000000000000000000..c503764b633d263a99a9c8e1d2fbf67bb1e8abd2 GIT binary patch literal 19686 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. +*/ + +#include "ArgParser.h" + +bool debugMode = false; + +ArgParser::ArgParser(int argc, char* argv[]) { + // First, collect all arguments + for (int i = 0; i < argc; i++) { + args.push_back(argv[i]); + } + + // Then process them + for (int i = 0; i < args.size(); i++) { + if (args[i] == "--debug") { + debugMode = true; + args.erase(args.begin() + i); + } else if (args[i] == "--help") { + cout << "Iodine programming language" << endl; + cout << "Usage: io [file]" << endl; + cout << "Options:" << endl; + cout << " --debug Enable debug mode" << endl; + cout << " --help Show this help message" << endl; + cout << " --version Get current installed version of Iodine" << endl; + cout << "Issues? Send an email to max@maxwellj.xyz" << endl; + cout << "Report bugs at https://git.maxwellj.xyz/iodine/iodine" << endl; + exit(0); + } else if (args[i] == "--version") { + cout << "Iodine, version 0.0.3" << endl; + exit(0); + } + } +} + +string ArgParser::getArg(int index) { + if (index >= 0 && index < args.size()) { + return args[index]; + } + return ""; +} diff --git a/src/ArgParser.h b/src/ArgParser.h new file mode 100644 index 0000000..ae0341d --- /dev/null +++ b/src/ArgParser.h @@ -0,0 +1,29 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include "common.h" + +class ArgParser { +private: + vector args; +public: + ArgParser(int argc, char* argv[]); + string getArg(int index); +}; diff --git a/src/Interpreter.cpp b/src/Interpreter.cpp new file mode 100644 index 0000000..fb62784 --- /dev/null +++ b/src/Interpreter.cpp @@ -0,0 +1,478 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#include "Interpreter.h" +#include "common.h" + +optional Interpreter::consume() { + tokenIndex++; + if (tokenIndex < tokens.size()) return tokens[tokenIndex]; + return {}; +} + +optional Interpreter::peek(int offset) { + int index = tokenIndex + offset; + if (index >= 0 && index < tokens.size()) return tokens[index]; + return {}; +} + +void Interpreter::convertToTokens(vector tokenList) { + if (debugMode) log.toggleDebugPrint(); + tokens = tokenList; + log.debug("Alright we got " + to_string(tokens.size()) + " tokens"); + + while (tokenIndex < static_cast(tokens.size() - 1)) { + auto currentToken = consume(); + if (!currentToken) break; + + vector currentInstruction; + currentInstruction.push_back(currentToken.value()); + + // Collect tokens until semicolon + while (auto nextToken = peek(1)) { + if (nextToken->keyword == keywords::SEMICOLON || nextToken->keyword == keywords::OBRAC || nextToken->keyword == keywords::CBRAC) { + consume(); // consume the semicolon + break; + } else if (nextToken->keyword == keywords::COMMENT) { + break; + } + consume(); // consume the peeked token + currentInstruction.push_back(nextToken.value()); + lengthOfLine ++; + } + // Apply variables to tokens, as well as allow users to input strings + // We start at 1 so we can reassign variables in the execution of code + for (int i = 1; i < currentInstruction.size(); i++) { + if (currentInstruction[i].type == valtype::STR) { + string potentialVarName = get(currentInstruction[i].value.value); + auto varIt = variables.find(potentialVarName); + + if (varIt != variables.end()) { + // This is pretty crappy code but it exists for now. Lists are gonna break this so much it's not even gonna be funny + if (varIt->second.type == valtype::LIST) { + if (peek()->keyword == keywords::OSQUA) { + if (peek(2)->keyword == keywords::VALUE && peek(2)->type == valtype::INT && peek(2)->type == valtype::INT && peek(3)->keyword == keywords::CSQUA) { + Token newToken; + Value tokenVal = get(varIt->second.value).value[get(peek(2)->value.value)]; + newToken.keyword = keywords::VALUE; + newToken.type = tokenVal.type; + newToken.value.value = tokenVal.value; + // Do this later + } + } + } else { + // Replace the token with the variable's value + Token newToken; + newToken.keyword = keywords::VALUE; + newToken.type = varIt->second.type; + newToken.value = varIt->second; + currentInstruction[i] = newToken; + } + } + } else if (currentInstruction[i].keyword == keywords::INPUT) { + Token newToken; + string buffer; + getline(cin, buffer); + newToken.value.value = buffer; + newToken.keyword = keywords::VALUE; + newToken.type = valtype::STR; + newToken.value.type = valtype::STR; + currentInstruction[i] = newToken; + } + } + // Do math + for (int i = 0; i < currentInstruction.size(); i++) { + if (currentInstruction[i].keyword == keywords::ADD || currentInstruction[i].keyword == keywords::SUBTRACT || currentInstruction[i].keyword == keywords::MULTIPLY || currentInstruction[i].keyword == keywords::DIVIDE) { + Token newToken; + newToken.keyword = keywords::VALUE; + if (currentInstruction.size() < i + 1) syntaxError.mathTooFewArgs(); + Token before = currentInstruction[i - 1]; + Token after = currentInstruction[i + 1]; + if (before.type != after.type) syntaxError.mathTypeMismatch(); + newToken.type = before.type; + if (currentInstruction[i].keyword == keywords::ADD) { + if (newToken.type == valtype::INT) { + newToken.value.value = get(before.value.value) + get(after.value.value); + } + else if (newToken.type == valtype::DEC) { + newToken.value.value = get(before.value.value) + get(after.value.value); + } + else if (newToken.type == valtype::STR) { + newToken.value.value = get(before.value.value) + get(after.value.value); + } else { + syntaxError.mathCannotDoOperationOnType("+", "bool"); + } + } + else if (currentInstruction[i].keyword == keywords::SUBTRACT) { + if (newToken.type == valtype::INT) { + newToken.value.value = get(before.value.value) - get(after.value.value); + } + else if (newToken.type == valtype::DEC) { + newToken.value.value = get(before.value.value) - get(after.value.value); + } else { + syntaxError.mathCannotDoOperationOnType("-", "bool or string"); + } + } + else if (currentInstruction[i].keyword == keywords::MULTIPLY) { + if (newToken.type == valtype::INT) { + newToken.value.value = get(before.value.value) * get(after.value.value); + } + else if (newToken.type == valtype::DEC) { + newToken.value.value = get(before.value.value) * get(after.value.value); + } else { + syntaxError.mathCannotDoOperationOnType("*", "bool or string"); + } + } + else if (currentInstruction[i].keyword == keywords::DIVIDE) { + if (newToken.type == valtype::INT) { + newToken.value.value = get(before.value.value) / get(after.value.value); + } + else if (newToken.type == valtype::DEC) { + newToken.value.value = get(before.value.value) / get(after.value.value); + } else { + syntaxError.mathCannotDoOperationOnType("/", "bool or string"); + } + } else { + // Something has gone terribly wrong + // We should never reach this point in the code + syntaxError.generalError("The math aint mathing"); + } + // Insert our cool new token and get rid of the boring old stuff + currentInstruction[i - 1] = newToken; + currentInstruction.erase(currentInstruction.begin() + i); + currentInstruction.erase(currentInstruction.begin() + i); + i -= 1; + } + } + // Detect any comparisons and convert + // Start at 1 to avoid having to do more crappy memory safety stuff + for (int i = 1; i < currentInstruction.size(); i++) { + if (currentInstruction[i].keyword == keywords::EQUAL) { + Token newToken; + newToken.keyword = keywords::VALUE; + newToken.type = valtype::BOOL; + newToken.value.type = valtype::BOOL; + if (currentInstruction.size() < i + 1) syntaxError.mathTooFewArgs(); + if (currentInstruction[i - 1].type != currentInstruction[i + 1].type) syntaxError.mathTypeMismatch(); + log.debug("Comparing values of type: " + to_string(static_cast(currentInstruction[i - 1].type))); + + // Make sure both operands are values + if (currentInstruction[i - 1].keyword != keywords::VALUE || + currentInstruction[i + 1].keyword != keywords::VALUE) { + syntaxError.generalError("Can only compare values"); + return; + } + + // Ensure value types are set correctly + if (currentInstruction[i - 1].value.type == valtype::INT) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) == + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::DEC) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) == + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::STR) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) == + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::BOOL) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) == + get(currentInstruction[i + 1].value.value)); + } + + currentInstruction[i - 1] = newToken; + currentInstruction.erase(currentInstruction.begin() + i); + currentInstruction.erase(currentInstruction.begin() + i); + i -= 1; + } + if (currentInstruction[i].keyword == keywords::INEQUAL) { + Token newToken; + newToken.keyword = keywords::VALUE; + newToken.type = valtype::BOOL; + newToken.value.type = valtype::BOOL; + if (currentInstruction.size() < i + 1) syntaxError.mathTooFewArgs(); + if (currentInstruction[i - 1].type != currentInstruction[i + 1].type) syntaxError.mathTypeMismatch(); + log.debug("Comparing values of type: " + to_string(static_cast(currentInstruction[i - 1].type))); + + // Make sure both operands are values + if (currentInstruction[i - 1].keyword != keywords::VALUE || + currentInstruction[i + 1].keyword != keywords::VALUE) { + syntaxError.generalError("Can only compare values of"); + return; + } + + // Ensure value types are set correctly + if (currentInstruction[i - 1].value.type == valtype::INT) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) != + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::DEC) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) != + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::STR) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) != + get(currentInstruction[i + 1].value.value)); + } else if (currentInstruction[i - 1].value.type == valtype::BOOL) { + newToken.value.value = (get(currentInstruction[i - 1].value.value) != + get(currentInstruction[i + 1].value.value)); + } + + currentInstruction[i - 1] = newToken; + currentInstruction.erase(currentInstruction.begin() + i); + currentInstruction.erase(currentInstruction.begin() + i); + i -= 1; + } + } + // Execute the instruction + log.debug("Length of line is " + to_string(lengthOfLine)); + executeCode(currentInstruction); + lengthOfLine = 0; + } +} + +void Interpreter::executeCode(vector tokens) { + SyntaxError syntaxError; + log.debug("Token length for this expression is " + to_string(tokens.size())); + for (int i = 0; i < tokens.size(); i++) { + if (skipScope > 0) { + int braceCount = 0; + while (i < tokens.size()) { + int braceCount = 0; + while (i < tokens.size()) { + if (tokens[i].keyword == keywords::OBRAC) { + braceCount ++; + } else if (tokens[i].keyword == keywords::CBRAC) { + if (braceCount == 0) { + skipScope --; + break; + } else { + braceCount --; + } + } + i++; + } + } + } + if (repeatScope > 0) { + if (tokens[i].keyword == keywords::CBRAC) { + tokenIndex = loop; + repeatScope --; + return; + } + } + if (tokens[i].keyword == keywords::PRINTLN) { + i++; + if (tokens.size() <= i) break; + Token nextToken = tokens[i]; + // Handle different value types + if (nextToken.keyword == keywords::VALUE) { + switch (nextToken.type) { + case valtype::INT: + cout << get(nextToken.value.value) << endl; + break; + case valtype::DEC: + cout << get(nextToken.value.value) << endl; + break; + case valtype::STR: + cout << get(nextToken.value.value) << endl; + break; + case valtype::BOOL: + cout << (get(nextToken.value.value) ? "true" : "false") << endl; + break; + default: + vector validTypes = {"int", "dec", "str", "bool"}; + syntaxError.fnTypeMismatch("println", validTypes, nextToken.type); + } + } else { + syntaxError.fnNotSufficientArgs("println", 1, 1, 0); + } + } else if (tokens[i].keyword == keywords::PRINT) { + i++; + if (tokens.size() <= i) break; + Token nextToken = tokens[i]; + // Handle different value types + if (nextToken.keyword == keywords::VALUE) { + switch (nextToken.type) { + case valtype::INT: + cout << get(nextToken.value.value); + break; + case valtype::DEC: + cout << get(nextToken.value.value); + break; + case valtype::STR: + cout << get(nextToken.value.value); + break; + case valtype::BOOL: + cout << (get(nextToken.value.value) ? "true" : "false"); + break; + default: + vector validTypes = {"int", "dec", "str", "bool"}; + syntaxError.fnTypeMismatch("print", validTypes, nextToken.type); + } + } else { + syntaxError.fnNotSufficientArgs("print", 1, 1, 0); + } + } else if (tokens[i].keyword == keywords::EXIT) { + i++; + if (tokens.size() <= i) break; + Token nextToken = tokens[i]; + if (nextToken.keyword == keywords::VALUE) { + switch (nextToken.type) { + case valtype::INT: + exit(get(nextToken.value.value)); + break; + case valtype::DEC: + exit(get(nextToken.value.value)); + break; + default: + vector validTypes = {"int", "dec"}; + syntaxError.fnTypeMismatch("exit", validTypes, nextToken.type); + } + } + } else if (tokens[i].keyword == keywords::LET) { + i++; + if (tokens.size() <= i + 2) { + syntaxError.fnNotSufficientArgs("let", 3, 3, tokens.size() - i); + break; + } + + Token typeToken = tokens[i]; + Token nameToken = tokens[i + 1]; + Token valueToken = tokens[i + 2]; + + i += 2; + + // Validate that we have a valid variable name + if (nameToken.type != valtype::STR) { + vector validTypes = {"str"}; + syntaxError.fnTypeMismatch("let (variable name)", validTypes, nameToken.type); + continue; + } + + string varName = get(nameToken.value.value); + Value newValue; + + // Check the type declaration matches the value + if (typeToken.keyword == keywords::INT && valueToken.type == valtype::INT) { + newValue.type = valtype::INT; + newValue.value = get(valueToken.value.value); + } + else if (typeToken.keyword == keywords::DEC && valueToken.type == valtype::DEC) { + newValue.type = valtype::DEC; + newValue.value = get(valueToken.value.value); + } + else if (typeToken.keyword == keywords::STR && valueToken.type == valtype::STR) { + newValue.type = valtype::STR; + newValue.value = get(valueToken.value.value); + } + else if (typeToken.keyword == keywords::BOOL && valueToken.type == valtype::BOOL) { + newValue.type = valtype::BOOL; + newValue.value = get(valueToken.value.value); + } + else { + vector validTypes; + if (typeToken.keyword == keywords::INT) validTypes = {"int"}; + else if (typeToken.keyword == keywords::DEC) validTypes = {"dec"}; + else if (typeToken.keyword == keywords::STR) validTypes = {"str"}; + else if (typeToken.keyword == keywords::BOOL) validTypes = {"bool"}; + syntaxError.fnTypeMismatch("let", validTypes, valueToken.type, "Variable name is " + varName); + continue; + } + + // Store the variable + variables[varName] = newValue; + } else if (tokens[i].keyword == keywords::IF) { + i++; + if (tokens.size() < i) syntaxError.fnNotSufficientArgs("if", 1, 1, 0); + log.debug("IF statement token type: " + to_string(static_cast(tokens[i].type))); + log.debug("IF statement token keyword: " + to_string(static_cast(tokens[i].keyword))); + if (tokens[i].keyword != keywords::VALUE) syntaxError.generalError("if needs a value, not a keyword"); + if (tokens[i].type != valtype::BOOL) syntaxError.comparisonTypeError("in an if statement"); + if (!get(tokens[i].value.value)) { + skipScope ++; + return; + } + } else if (tokens[i].keyword == keywords::WHILE) { + i++; + if (tokens.size() < i) syntaxError.fnNotSufficientArgs("while", 1, 1, 0); + if (tokens[i].keyword != keywords::VALUE) syntaxError.generalError("while needs a value, not a keyword"); + if (tokens[i].type != valtype::BOOL) syntaxError.comparisonTypeError("in a while statement"); + log.debug("This is a while loop"); + if (get(tokens[i].value.value) == true) { + loop = tokenIndex - 2 - lengthOfLine; + repeatScope ++; + log.debug("While loop condition is true, will skip back to " + to_string(loop)); + } else { + log.debug("Condition is false, skipping scope"); + skipScope ++; + return; + } + } else { + if (tokens[i].keyword == keywords::VALUE && tokens[i].value.type == valtype::STR && variables.find(get(tokens[i].value.value)) != variables.end()) { + log.debug("Manipulating variable..."); + if (tokens.size() <= i + 2) { // Need at least 3 tokens: variable, operator, value + syntaxError.mathTooFewArgs(); + return; + } + string varName = get(tokens[i].value.value); + i++; + + if (tokens[i].keyword == keywords::SET) { + Token valueToken = tokens[i + 1]; + if (valueToken.type != variables[varName].type) { + vector validTypes; + switch(variables[varName].type) { + case valtype::INT: validTypes = {"int"}; break; + case valtype::DEC: validTypes = {"dec"}; break; + case valtype::STR: validTypes = {"str"}; break; + case valtype::BOOL: validTypes = {"bool"}; break; + } + syntaxError.fnTypeMismatch("assignment", validTypes, valueToken.type); + return; + } + variables[varName].value = valueToken.value.value; + i++; // Skip the value token since we've processed it + } else if (tokens[i].keyword == keywords::INCREMENT) { + if (variables[varName].type == valtype::INT) { + variables[varName].value = get(variables[varName].value) + 1; + } else { + syntaxError.mathCannotDoOperationOnType("++", "non-int"); + } + } else if (tokens[i].keyword == keywords::DECREMENT) { + if (variables[varName].type == valtype::INT) { + variables[varName].value = get(variables[varName].value) - 1; + } else { + syntaxError.mathCannotDoOperationOnType("--", "non-int"); + } + } else if (tokens[i].keyword == keywords::ADDTO) { + if (tokens.size() < i + 1) syntaxError.mathTooFewArgs(); + if (tokens[i + 1].value.type != variables[varName].type) syntaxError.mathTypeMismatch("Expected same type when adding"); + if (variables[varName].type == valtype::INT) { + variables[varName].value = get(variables[varName].value) + get(tokens[i + 1].value.value); + } else if (variables[varName].type == valtype::DEC) { + variables[varName].value = get(variables[varName].value) + get(tokens[i + 1].value.value); + } else { + syntaxError.mathCannotDoOperationOnType("+=", "non-numeric"); + } + i++; + } else { + syntaxError.mathCannotDoOperationOnType("unknown", "any"); + } + } else { + if (tokens[i].keyword != keywords::CBRAC) syntaxError.unknownFn(); + } + } + } +} diff --git a/src/Interpreter.h b/src/Interpreter.h new file mode 100644 index 0000000..82cd0e1 --- /dev/null +++ b/src/Interpreter.h @@ -0,0 +1,43 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include "common.h" +#include "SyntaxError.h" +#include "Logger.h" + +class Interpreter { +private: + int skipScope = 0; + int repeatScope = 0; + vector loops; + SyntaxError syntaxError; + vector tokens; + map variables; + Logger log; + int loop; + int lengthOfLine; + int tokenIndex = -1; + optional consume(); + optional peek(int offset = 1); + +public: + void convertToTokens(vector tokenList); + void executeCode(vector tokens); +}; diff --git a/src/Logger.cpp b/src/Logger.cpp new file mode 100644 index 0000000..8e82785 --- /dev/null +++ b/src/Logger.cpp @@ -0,0 +1,54 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#include "Logger.h" + +string logList; + +void Logger::writeToLog(string type, string in) { + logList += type + ": " + in + "\n"; +} + +string Logger::getLog() { + return logList; +} + +void Logger::toggleDebugPrint() { + isDebug = !isDebug; +} + +void Logger::error(string in) { + cout << "Error: " + in + "\n"; + writeToLog("Error", in); +} + +void Logger::fatalError(string in, int code) { + cout << "Error: " + in + "\n"; + writeToLog("Error", in); + exit(code); +} + +void Logger::info(string in) { + cout << "Info: " + in + "\n"; + writeToLog("Info", in); +} + +void Logger::debug(string in) { + if (isDebug) cout << "Debug: " + in + "\n"; + writeToLog("Debug", in); +} diff --git a/src/Logger.h b/src/Logger.h new file mode 100644 index 0000000..6677f82 --- /dev/null +++ b/src/Logger.h @@ -0,0 +1,35 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include "common.h" + +class Logger { +private: + bool isDebug = false; + void writeToLog(string type, string in); + +public: + string getLog(); + void toggleDebugPrint(); + void error(string in); + void fatalError(string in, int code); + void info(string in); + void debug(string in); +}; diff --git a/src/Parser.cpp b/src/Parser.cpp new file mode 100644 index 0000000..db6490b --- /dev/null +++ b/src/Parser.cpp @@ -0,0 +1,192 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#include "Parser.h" + +bool Parser::canInt(string in) { + try { + stoi(in); + return true; + } catch (...) { + return false; + } +} + +bool Parser::canDec(string in) { + try { + stod(in); + return true; + } catch (...) { + return false; + } +} + +void Parser::parseLines(string in, Logger log) { + log.debug("Parsing lines..."); + buffer.clear(); + termBuffer.clear(); + terms.clear(); + bool isString = false; + bool isEscaped = false; + + for (size_t i = 0; i < in.size(); i++) { + char c = in[i]; + + if (isEscaped) { + buffer += c; + isEscaped = false; + continue; + } + + if (c == '\\') { + isEscaped = true; + buffer += c; + continue; + } + + if (c == '"') { + buffer += c; + isString = !isString; + } else if (c == '\n' && !isString) { + // Skip newlines outside strings + continue; + } else if (c == ';' && !isString) { + if (!buffer.empty()) { + termBuffer.push_back(buffer); + buffer.clear(); + } + terms.push_back(termBuffer); + termBuffer.clear(); + } else if ((c == ',' || c == '{' || c == '}' || c == '(' || c == ')') && !isString) { + if (!buffer.empty()) { + termBuffer.push_back(buffer); + buffer.clear(); + } + termBuffer.push_back(string(1, c)); + } else if (c == ' ' && !isString) { + if (!buffer.empty()) { + termBuffer.push_back(buffer); + buffer.clear(); + } + } else { + buffer += c; + } + } + + // Handle any remaining buffer content + if (!buffer.empty()) { + termBuffer.push_back(buffer); + } + if (!termBuffer.empty()) { + terms.push_back(termBuffer); + } + + // Debug output + string debugString; + log.debug("Lines have been parsed."); + for (const auto& term : terms) { + for (const auto& t : term) { + debugString += t + ", "; + } + debugString += "\n"; + } + log.debug(debugString); +} + +void Parser::processLines() { + // Process vector> terms + for (int i = 0; i < terms.size(); i++) { + for (int j = 0; j < terms[i].size(); j++) { + Token token; + string ct = terms[i][j]; + if (ct == " ") continue; + // Oh boy here we go + else if (ct == "fun") token.keyword = keywords::FUN; + else if (ct == "let") token.keyword = keywords::LET; + else if (ct == "print") token.keyword = keywords::PRINT; + else if (ct == "println") token.keyword = keywords::PRINTLN; + else if (ct == "input") token.keyword = keywords::INPUT; + else if (ct == "return") token.keyword = keywords::RETURN; + else if (ct == "exit") token.keyword = keywords::EXIT; + else if (ct == "int") token.keyword = keywords::INT; + else if (ct == "dec") token.keyword = keywords::DEC; + else if (ct == "str") token.keyword = keywords::STR; + else if (ct == "bool") token.keyword = keywords::BOOL; + else if (ct == "if") token.keyword = keywords::IF; + else if (ct == "while") token.keyword = keywords::WHILE; + else if (ct == "{") token.keyword = keywords::OBRAC; + else if (ct == "}") token.keyword = keywords::CBRAC; + else if (ct == "(") token.keyword = keywords::OPARE; + else if (ct == ")") token.keyword = keywords::CPARE; + else if (ct == "+") token.keyword = keywords::ADD; + else if (ct == "-") token.keyword = keywords::SUBTRACT; + else if (ct == "*") token.keyword = keywords::MULTIPLY; + else if (ct == "/") token.keyword = keywords::DIVIDE; + else if (ct == "=") token.keyword = keywords::SET; + else if (ct == "++") token.keyword = keywords::INCREMENT; + else if (ct == "--") token.keyword = keywords::DECREMENT; + else if (ct == "+=") token.keyword = keywords::ADDTO; + else if (ct == "-=") token.keyword = keywords::SUBTRACTFROM; + else if (ct == "*=") token.keyword = keywords::MULTIPLYTO; + else if (ct == "/=") token.keyword = keywords::DIVIDEFROM; + else if (ct == "==") token.keyword = keywords::EQUAL; + else if (ct == "!=") token.keyword = keywords::INEQUAL; + else if (ct == "<") token.keyword = keywords::LESS; + else if (ct == ">") token.keyword = keywords::GREATER; + else if (ct == "//") token.keyword = keywords::COMMENT; + else if (ct == "[") token.keyword = keywords::OSQUA; + else if (ct == "]") token.keyword = keywords::CSQUA; + else { + token.keyword = keywords::VALUE; + // Convert the value based on its type + if (canInt(ct)) { + token.type = valtype::INT; + token.value.type = valtype::INT; + token.value.value = stoi(ct); + }else if (canDec(ct)) { + token.type = valtype::DEC; + token.value.type = valtype::DEC; + token.value.value = stod(ct); + } else if (ct == "true" || ct == "false") { + token.type = valtype::BOOL; + token.value.type = valtype::BOOL; + token.value.value = (ct == "true"); + } + else { + // Handle strings - remove quotes if present + token.type = valtype::STR; + token.value.type = valtype::STR; + if (ct.size() >= 2 && ct.front() == '"' && ct.back() == '"') { + // Remove the quotes + token.value.value = ct.substr(1, ct.size() - 2); + } else { + token.value.value = ct; + } + } + } + tokens.push_back(token); + } + Token semi; + semi.keyword = keywords::SEMICOLON; + tokens.push_back(semi); + } +} + +vector Parser::getTokens() { + return tokens; +} diff --git a/src/Parser.h b/src/Parser.h new file mode 100644 index 0000000..f86edab --- /dev/null +++ b/src/Parser.h @@ -0,0 +1,39 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include "common.h" +#include "Logger.h" + +class Parser { +private: + string buffer; + vector lines; + vector termBuffer; + vector tokens; + vector> terms; + vector> things; + vector>> stuff; + bool canInt(string in); + bool canDec(string in); +public: + void parseLines(string in, Logger log); + void processLines(); + vector getTokens(); +}; diff --git a/src/SyntaxError.cpp b/src/SyntaxError.cpp new file mode 100644 index 0000000..b0de60b --- /dev/null +++ b/src/SyntaxError.cpp @@ -0,0 +1,81 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#include "SyntaxError.h" + +void SyntaxError::fnTypeMismatch(string function, vector validTypes, valtype typeGiven, string notes) { + cerr << "TypeError: function type mismatch" << endl; + cerr << "Function '" << function << "' expected one of the following types: "; + for (int i = 0; i < validTypes.size(); i++) { + if (i != 0) cerr << ", "; + cerr << validTypes[i]; + } + cerr << endl << "Got type '"; + if (typeGiven == valtype::INT) cerr << "int"; + else if (typeGiven == valtype::DEC) cerr << "dec"; + else if (typeGiven == valtype::STR) cerr << "str"; + else if (typeGiven == valtype::BOOL) cerr << "bool"; + else cerr << "unknown"; + cerr << "' instead" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} + +void SyntaxError::fnNotSufficientArgs(string function, int minArgs, int maxArgs, int argsGiven) { + cerr << "TypeError: function not sufficient arguments" << endl; + cerr << "Function '" << function << "' expected between " << minArgs << " and " << maxArgs << " arguments, got " << argsGiven << endl; + exit(1); +} + +void SyntaxError::unknownFn() { + cerr << "TypeError: unknown function" << endl; + exit(1); +} + +void SyntaxError::mathTypeMismatch(string notes) { + cerr << "MathError: cannot use two different types together" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} + +void SyntaxError::mathTooFewArgs(string notes) { + cerr << "MathError: too few things to add together" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} + +void SyntaxError::mathCannotDoOperationOnType(string operatorUsed, string type, string notes) { + cerr << "MathError: cannot use operator '" + operatorUsed + " on type '" + type + "'" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} + +void SyntaxError::generalError(string notes) { + cerr << "GeneralError: Something went awfully wrong and we don't know why lmao" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} +void SyntaxError::cannotCompareDifferentTypes(string notes) { + cerr << "ComparisonError: cannot compare two different types" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; + exit(1); +} +void SyntaxError::comparisonTypeError(string notes) { + cerr << "ComparisonError: cannot use a non-bool type in an if or while statement" << endl; + if (!notes.empty()) cerr << "Notes: " << notes << endl; +} diff --git a/src/SyntaxError.h b/src/SyntaxError.h new file mode 100644 index 0000000..8178aa3 --- /dev/null +++ b/src/SyntaxError.h @@ -0,0 +1,34 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include "common.h" + +class SyntaxError { +public: + void fnTypeMismatch(string function, vector validTypes, valtype typeGiven, string notes = ""); + void fnNotSufficientArgs(string function, int minArgs, int maxArgs, int argsGiven); + void unknownFn(); + void mathTypeMismatch(string notes = ""); + void mathTooFewArgs(string notes = ""); + void mathCannotDoOperationOnType(string operatorUsed, string type, string notes = ""); + void cannotCompareDifferentTypes(string notes = ""); + void comparisonTypeError(string notes = ""); + void generalError(string notes = ""); +}; diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..4630639 --- /dev/null +++ b/src/common.h @@ -0,0 +1,88 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#pragma once + +#include +#include +#include +#include +#include +#include + +using namespace std; + +enum class valtype { + INT, DEC, STR, BOOL, LIST, KEYWORD, UNKNOWN +}; + +enum class keywords { + IF, ELSE, WHILE, INT, DEC, STR, BOOL, FUN, RETURN, + OPARE, CPARE, OBRAC, CBRAC, OSQUA, CSQUA, COMMA, + SET, ADDTO, SUBTRACTFROM, MULTIPLYTO, DIVIDEFROM, + ADD, SUBTRACT, MULTIPLY, DIVIDE, + EQUAL, INEQUAL, LESS, GREATER, EQLESS, EQGREATER, + INCREMENT, DECREMENT, + PRINT, PRINTLN, LET, INPUT, EXIT, + VALUE, SEMICOLON, VARIABLE, + COMMENT +}; + +struct Value; + +struct List { + valtype type; + vector value; +}; + +struct Value { + valtype type; + variant value; +}; + +struct Token { + keywords keyword; + Value value; + valtype type = valtype::KEYWORD; +}; + +struct var { + valtype type; + variant value; + + string toString() const { + if (type == valtype::INT) { + return to_string(get(value)); + } + else if (type == valtype::DEC) { + return to_string(get(value)); + } + else if (type == valtype::STR) { + return get(value); + } + else if (type == valtype::BOOL) { + return to_string(get(value)); + } else { + return "unknown"; + } + } +}; + +// Global variable +extern bool debugMode; +extern string logList; diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..95c9ba9 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,55 @@ +/* + Iodine + Copyright (C) 2025 Maxwell Jeffress + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#include +#include +#include +#include "common.h" +#include "ArgParser.h" +#include "Logger.h" +#include "Parser.h" +#include "Interpreter.h" + +int main(int argc, char* argv[]) { + // Parse and act upon command line arguments + ArgParser args(argc, argv); + // Initialise the logger + Logger log; + if (debugMode) log.toggleDebugPrint(); + log.debug("Logger initialised!"); + // Initialise the parser + Parser parser; + // Exit if file doesn't exist + if (argc < 2) log.fatalError("Please provide a file", 1); + // Read the file + ifstream inputFile(args.getArg(1)); + string input; + string file; + while(getline(inputFile, input)) { + file += input; + } + inputFile.close(); + // Parse the file + parser.parseLines(file, log); + parser.processLines(); + // Initialise the interpreter + Interpreter interpreter; + // Convert to tokens and run the code + interpreter.convertToTokens(parser.getTokens()); + return 0; +}