blog.mvk

Un certain regard…

Programming / Computer Stuff


  • flex sample*.lex      –    para producir el scanner. Produce lex.yy.c
    gcc lex.yy.c -lfl       –    para compilar el lex.yy.c. El parámetro -lfl genera ejecutable
    ./a.out                     –    para ejecutar en el directorio el ejecutable “a.out”.

    (more…)