Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^9: Generate a truth table from string with Marpa

by roboticus (Chancellor)
on Oct 28, 2017 at 23:01 UTC ( [id://1202243]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!env perl
    #
    ...
    
    :discard ~ whitespace
    whitespace ~ [\s]+
    
  2. or download this
    $ perl ex_marpa_bool_expr_truth_table.pl ex_c
    Expression to parse:
    ...
    1 0 1 : 1
    1 1 0 : 0
    1 1 1 : 1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1202243]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-24 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found