Giter VIP home page Giter VIP logo

minishell's Introduction

minishell

minishell project from 42 school

Install

Download repository including the libft submodule:

    git clone --recursive https://github.com/jdomingu98/minishell.git

or:

    git clone https://github.com/jdomingu98/minishell.git
    git submodule update --init --recursive

Compilation

To compile the project, execute cd into the cloned repository and use:

    make

Run program

To run the program:

    ./minishell

minishell's People

Contributors

jdomingu98 avatar atrujillo02 avatar

Stargazers

 avatar mohamad hani janaty avatar  avatar

Watchers

 avatar

minishell's Issues

builtin cd

Implementar el comando cd del bash (cd . cd .. cd cd -- etc.)

historial

Implementar adición, borrado y consulta del historial, igual que el bash

README.md

Escribir un README que explique correctamente el proyecto y su objetivo, el cómo se instala y la nota obtenida

Makefile

Crear fichero Makefile con todas las reglas, a falta de añadir los archivos .c generados durante el proyecto

norminette

Editar codigo para pasar la norminette

Realización de pruebas

Buscar la hoja de evaluación y hacer que la pase.
Hacer pruebas extra para comprobar el correcto funcionamiento del proyecto

error echo con flag_n

Al escribir en bash echo - hola devuelve hola sin salto de linea, en vez de imprimir - hola\n.

parser

Implementar la máquina de estados del parser

heredoc

Implementar el heredoc del bash

Plantilla minishell.h

Crear la plantilla base del fichero .h

Incluye inicialización e inclusión de librerías. Estructuras o enumerados de momento no.

lexer

Implementar la máquina de estados del lexer

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.