Commit History
    
    
      @master
    
    
        git clone https://git.catseye.tc/yucca/
    
    
  
  
  
  
  
  
    - 
      
        
          Fix some pep8 complaints.
        
        
          
            Chris Pressey
            
          
          
            4 years ago
          
        
        
      
    
- 
      
        
          Update source to run under both Python 2 and Python 3.
        
        
          
            Chris Pressey
            
          
          
            4 years ago
          
        
        
      
    
- 
      
        
          Add "See-also bar" to the top of README.
        
        
          
            Chris Pressey
            
              (commit: GitHub)
            
          
          
            5 years ago
          
        
        
      
    
- 
      
        
          Remove some obsolete information from the "Case Studies" section.
        
        
          
            Chris Pressey
            
          
          
            8 years ago
          
        
        
      
    
- 
      
        
          Added tag rel_1_1 for changeset a61f6387e62f
        
        
          
            Cat's Eye Technologies
            
          
          
            11 years ago
          
        
        
      
    
- 
      
        
          Version 1.1.
        
        
          
            Cat's Eye Technologies
            
          
          
            11 years ago
          
        
        
      
    
- 
      
        
          Test *the current module*, *verbosely* (so we know what's being tested!), and add a test driver script.
        
        
          
            Cat's Eye Technologies
            
          
          
            12 years ago
          
        
        
      
    
- 
      
        
          License In Own File
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          pyflakes cleanup, and remove executable bit.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Give feedback when running internal tests.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Distribution organization: put actual source code under src/ .
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Add `-x` option for expanding symbolic constants.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Fix bug with newly-introduced functionality (re immediate mode.)
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Dump error messages to stderr, not stdout.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Check that line numbers in source are strictly ascending.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Fix link, remove TODO section.
        
        
          
            Cat's Eye Technologies
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Added tag rel_1_0 for changeset f5b440c1b254
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Minor aesthetic changes for release of version 1.0.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Really don't analyze computed jumps; fix IF...GOTO parsing.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Model errors as objects to improve consistency of error reporting.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          First pass at computed GOTOs; could use refinement, and more tests.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Move script to a `bin` directory, for consistency.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Retain whitespace exactly, even leading and trailing on each line.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Add -p option to constrain transformations to program lines.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Retain whitespace almost exactly when dumping the program.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Add -R option, to remove all REM statements from program.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Better reporting for errors discovered in immediate mode commands.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Find errors in immediate mode, and add -I to strip those lines.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          REM extends to end of line.  Added doctests, -o and -t flags.
        
        
          
            catseye
            
          
          
            13 years ago
          
        
        
      
    
- 
      
        
          Add a README.
        
        
          
            catseye
            
          
          
            13 years ago