Source: wikibot/tom-pattern-matching-language

= Tom (pattern matching language)
{wiki=Tom_(pattern_matching_language)}

Tom is a high-level programming language designed for pattern matching and transformation of structured data. It is particularly suited for applications in which data structures are manipulated, such as compiler construction, program analysis, and transformation systems. Key features of Tom include: 1. **Pattern Matching**: Tom allows for sophisticated pattern matching capabilities, enabling users to define patterns that can be used to locate and manipulate specific data structures.