Coder Social home page Coder Social logo

monty's Introduction

Monty 0.98 is a scripting language that is first compiled into Monty byte codes

0x19 C - Stacks, Queues - LIFO, FIFO

C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. This projects covers concepts of Stacks, Queues, LIFO, FIFO implementation.

At the end of this project, you should be able to solve these questions:

  • What do LIFO and FIFO mean
  • What is a stack, and when to use it
  • What is a queue, and when to use it
  • What are the common implementations of stacks and queues
  • What are the most common use cases of stacks and queues
  • What is the proper way to use global variables

Tasks :

  1. Implement the push and pall opcodes
  2. Implement the pint opcode.
  3. Implement the pop opcode.
  4. Implement the swap opcode.
  5. Implement the add opcode.
  6. Implement the nop opcode.
  7. Implement the sub opcode.
  8. Implement the div opcode.
  9. Implement the mul opcode.
  10. Implement the mod opcode.
  11. When the first non-space character of a line is #, treat this line as a comment (don’t do anything).
  12. Implement the pchar opcode.
  13. Implement the pstr opcode.
  14. Implement the rotl opcode.
  15. Implement the rotr opcode.
  16. Implement the stack and queue opcodes.
  17. Write a Brainf*ck script that prints school (at bf/dir)
  18. Read the two digits from stdin, add them, and print the result (at bf/dir)
  19. Read the two digits from stdin, multiply them, and print the result (at bf/dir)
  20. Multiply two digits given by the user. (at bf/dir)

Results πŸ“ˆ

Filename
[bf]
[builtins1.c]
[builtins2.c]
[builtins3.c]
[error_1.c]
[error_2.c]
[free.c]
[get_ops.c]
[linked_list.c]
[main_monty.c]
[monty.h]
[stacks.c]
[str3.c]
[tokerr.c]
[bytecodes]

Additional info 🚧

Resources

  • GLIBC 2.24
  • gcc 4.8.4
  • betty linter 0.32

monty's People

Contributors

abubakarkadzo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.