libabbs 0.1.4

Library for aosc-os-abbs maintenance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build-examples:
    cargo build --examples

apml-lex-all tree: build-examples
    QUIET=y find "{{tree}}" '(' -name 'spec' -or -name 'defines*' ')' \
        -print -exec ../target/debug/examples/apml-lex '{}' ';'

apml-emit-all tree: build-examples
    QUIET=y find "{{tree}}" '(' -name 'spec' -or -name 'defines*' ')' \
        -print -exec ../target/debug/examples/apml-emit '{}' ';'

apml-eval-all tree: build-examples
    QUIET=y find "{{tree}}" '(' -name 'spec' -or -name 'defines*' ')' \
        -print -exec ../target/debug/examples/apml-eval '{}' ';'