Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixed & added some features #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ad1b003
Copy link

@ad1b003 ad1b003 commented Dec 28, 2020

*** Bug Fixes ***

1. In make_string method:
    Newline (\n) and tab (\t) character was not working as expected.
    Like when typed "I'm fine.\nWhat's about you?", it was printing: I'm fine.nWhat about you?
    Now this problem is fixed. \n and \t is working fine.
2. In make_number method:
    Typing something like .1233 or .004 was a cause for crashing the program.
    Now this is fixed. Type .123 or 0.123 will give you same result.

*** Features added ***

1. For making string now one can start with single qoute or double qoute. Type "Hi" or 'Hi' will make same result.
2. Expoential number can be used now.
   1.23e45 or 1.23E45 will print 1.23e+45
   .00123e-89 will print 1.23e-92
3. multiline comment is enabled.
    Type #[
            This is a
            multiline
            comment
        ]#

*** Bug Fixes ***
    1. In make_string method:
        Newline (\n) and tab (\t) character was not working as expected.
        Like when typed "I'm fine.\nWhat's about you?", it was printing: I'm fine.nWhat about you?
        Now this problem is fixed. \n and \t is working fine.
    2. In make_number method:
        Typing something like .1233 or .004 was a cause for crashing the program.
        Now this is fixed. Type .123 or 0.123 will give you same result.
*** Features added ***:
    1. For making string now one can start with single qoute or double qoute. Type "Hi" or 'Hi' will make same result.
    2. Expoential number can be used now.
       1.23e45 or 1.23E45 will print 1.23e+45
       .00123e-89 will print 1.23e-92
    3. multiline comment is enabled.
        Type #[
                This is a
                multiline
                comment
            ]
@ad1b003 ad1b003 changed the title Bug Fix add some features Bug Fixed & added some features Jan 8, 2021
@ad1b003 ad1b003 closed this Nov 4, 2021
@ad1b003 ad1b003 reopened this Nov 4, 2021
@Almas-Ali
Copy link

Hey, @ad1b003 can you try out radon this and make contribution here. Because this project is not moving. So, I thought to create a new repository and improve this language more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants