• Show log

    Commit

  • Hash : ba76ec16
    Author : Mikhail Gusarov
    Date : 2024-03-01T15:02:42

    Global default statement: Fix types
    
    Do not accept statements like garbage.level_name in types files
    
    Fix parser accepting clearly nonsensical type definitions like
    
    type "ONE_LEVEL" {
        garbage.modifiers = None;
        garbage.map[None] = Level1;
        garbage.level_name[Level1] = "Any";
    };
    
    and ignoring the garbage part.
    
    Co-authored-by: Mikhail Gusarov <dottedmag@dottedmag.net>
    Co-authored-by: Pierre Le Marre <dev@wismill.eu>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags