Daily programming challenge
Difficulty: Hard
CHALLENGE: Programm a programm, which parses a command-String and outputs the result.
EXAMPLE:
write ("Hello, World")
RESULT:
Hello, World
VOILA: you have the first step to building an interpreter.
EXTENSION: Write a routine, which removes blank spaces outside of texts (inside quotes), so the interpreter doesn't take notice of them
EXTENSION2: Make the parser so, that Concatenating strings with a plus is allowed!
EXAMPLE (extension 2):
write ("Hello, " + "world")
RESULT (ex2):
Hello, world
Leave Daily programming challenge to:
Read more #programming posts
Best Posts From linuxer4fun
We have not curated any of linuxer4fun's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From linuxer4fun
- Daily programming challenge #15 PAPER, PLEASE!
- Daily programming challenges: Why I do them
- Daily programming challenge #15 Basic challenge extended
- Daily programming challenge #14 Let's get easy for the moment
- Daily programming challenge #13 3D
- My thougts on 1 == 2; Math theory
- Daily programming challenge #12 Assembler
- Daily programming challenge #5 The lost challenge
- Daily programming challenge #11 Neural Networks
- Daily programming challenge #10 Data
- Daily programming challenge #9 HACKER
- Daily programming challenge #8 NETWORKS and stuff
- daily programming challenge #7 Your first own Library
- daily programming challenge #6 CHEAT-Engine
- Daily programming challenge #4 ASCII-ART
- Daily programming challenge #3
- daily programming challenge #2
- Daily programming challenge
- devRant - Programmers lifesaver