Metadata-Version: 2.1
Name: backrooms
Version: 0.3.0
Summary: 3D, CISC Architecture and Esolang
Home-page: https://github.com/cmcmarrow/backrooms
Author: Charles McMarrow
Author-email: Charles.McMarrow.4@gmail.com
License: Apache Software License 2.0
Description: ##################
        Backrooms - v0.3.0
        ##################
        
        ********
        Warning!
        ********
        Backrooms is still in Development Status Alpha!
        This means rules "intrusions" MAY still change!
        But the Esolang is close to being finalized.
        
        *****
        About
        *****
        This python module "backrooms" is an `Esolang <https://esolangs.org/wiki/Main_Page>`_.
        
        backrooms was inspired by:
            * backrooms Creepypasta/MEME
            * ASCIIDOTS Esolang
            * CISC Architecture
        
        Backrooms was designed to be:
            * hackable VIA memory overflow attacks, poor error handling, ect.
            * visually pleasing.
            * enjoy able to write small/medium programs.
            * capable to rewrite all of a program at run-time.
        
        ********
        Road Map
        ********
        * v0.3.0
            * add PopFrame rule
            * add HallwayNext rule
            * add HallwayPast rule
            * Restore registers on HallwayReturn
            * Update backrooms command line parser
            * Add examples
        * v0.4.0
            * Development Status :: 4 - Beta
            * add builtin libraries
            * Tests and bug fixes
            * Add examples
            * Update translator
            * work on rules error handling
        * v1.0.0
            * Development Status :: 5 - Production/Stable
            * Clean code
            * Write documentation
            * Tests and bug fixes
        * v1.1.0
            * Development Status :: 6 - Mature
            * Make Backrooms faster
                * Rooms.set_hallway_name, Big-O(n) -> Big-O(n log(n))
                * Rooms.remove_hallway, Big-O(n) -> Big-O(n log(n))
                * Portal.new_conscious, Big-O(n) -> Big-O(n log(n))
                * etc ...
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
Provides-Extra: dev
