Skip to content

Removed the editline library dependency and added some new functions #88

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dimangopie
Copy link

  1. Added a double slash '//' comment function.

  2. Added a shebang '#!' line function.

  3. Added a function that allows letters to replace symbols

    • default replacing mothed
    origin optional
    '+' 'o' , 'O'
    '-' 'i' , 'I'
    '<' 'a' , 'A'
    '>' 'e' , 'E'
    '.' '.' , '.'
    ',' ',' , ','
    '[' 'u' , 'U'
    ']' 'y' , 'Y'
    '#' '?' , '!'
    • you can change them in src/brainfuck.c:other_char_table.\
    • I love these vowels, reading them is like listening to a baby trying to speak but only babbling.
  4. Added two tools transLetter.py and transLetters.sh to help users automatically convert letters to others.

  5. Add a tools folder to store transLetter.py and transLetters.sh.\
    You can compare the instruction parameters in transLetters.sh to customize the conversion file.

  6. Removed the editline library dependency,
    because it was interfering with the NVIDIA 4060 GPU driver on my Ubuntu PC.

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.

1 participant