Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
/ KPL-compiler Public archive

Compile KPL (Kyoto Programming Language)

Notifications You must be signed in to change notification settings

hahunavth/KPL-compiler

Repository files navigation

Compiler Construction

Watch file:

while inotifywait -e close_write ../Test/test1.kpl ; do clear && ./parser ../Test/test1.kpl ; done

Test example2

 while inotifywait -e close_write ../../2_parser/Test/example2.copy2.kpl ; do clear && ./parser ../../2_parser/Test/example2.copy2.kpl ; done
./script.sh ./2c_parser_completed/b/parser 2_parser/Test/example2.copy2.kpl

Debug:

  • Set flag:

    set(CMAKE_BUILD_TYPE RelWithDebInfo)
  • Exec:

    gdb --args <executable> <args>
    
    > run
    > where

About

Compile KPL (Kyoto Programming Language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published