BRLL 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/BRLL.rb +8 -8
 - metadata +3 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a0bd5f0e3f2b3ef851aa54363bfe41df1f8a078619d3556e7744c27cb2980ab8
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: cf6f2232ffc511797f600566b3d4cbdcf44c98e486044e1373e0e47a3f179b82
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 266986c5f23c942143617ddefe1cbcf2454d98f7237946bcf32c7ab57217505b73e45559c3b7817ae39dfbc389353ea68969066ad5c3638687dc17291145ba64
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 3fa2009353d755487689522c081690de133708e747ec56656445c397dccffc305cb441bef6837f4d74b27872e84f2684df914665be0666652417b1be3bcd8c3f
         
     | 
    
        data/lib/BRLL.rb
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            class Brll
         
     | 
| 
       4 
4 
     | 
    
         
             
            	def self.ver
         
     | 
| 
       5 
     | 
    
         
            -
            	puts "V1.2. 
     | 
| 
      
 5 
     | 
    
         
            +
            	puts "V1.2.2"
         
     | 
| 
       6 
6 
     | 
    
         
             
            	end
         
     | 
| 
       7 
7 
     | 
    
         
             
            end
         
     | 
| 
       8 
8 
     | 
    
         
             
            def output(oput);
         
     | 
| 
         @@ -11,35 +11,35 @@ end 
     | 
|
| 
       11 
11 
     | 
    
         
             
            def listen;
         
     | 
| 
       12 
12 
     | 
    
         
             
            	gets.chomp
         
     | 
| 
       13 
13 
     | 
    
         
             
            end
         
     | 
| 
       14 
     | 
    
         
            -
            def serve(page,code)
         
     | 
| 
      
 14 
     | 
    
         
            +
            def serve(page,code);
         
     | 
| 
       15 
15 
     | 
    
         
             
            	puts "BRLL ==> server running at localhost:4567"
         
     | 
| 
       16 
16 
     | 
    
         
             
                get page do
         
     | 
| 
       17 
17 
     | 
    
         
             
                  code
         
     | 
| 
       18 
18 
     | 
    
         
             
                end
         
     | 
| 
       19 
19 
     | 
    
         
             
            end
         
     | 
| 
       20 
     | 
    
         
            -
            def iseql(um,dozz,codigo)
         
     | 
| 
      
 20 
     | 
    
         
            +
            def iseql(um,dozz,codigo);
         
     | 
| 
       21 
21 
     | 
    
         
             
            	if um == dozz
         
     | 
| 
       22 
22 
     | 
    
         
             
            	codigo
         
     | 
| 
       23 
23 
     | 
    
         
             
            	end
         
     | 
| 
       24 
24 
     | 
    
         
             
            end
         
     | 
| 
       25 
     | 
    
         
            -
            def ismot(mtum,mtdozz,mtcod)
         
     | 
| 
      
 25 
     | 
    
         
            +
            def ismot(mtum,mtdozz,mtcod);
         
     | 
| 
       26 
26 
     | 
    
         
             
            	if mtum >> mtdozz
         
     | 
| 
       27 
27 
     | 
    
         
             
            	mtcod
         
     | 
| 
       28 
28 
     | 
    
         
             
            	end
         
     | 
| 
       29 
29 
     | 
    
         
             
            end
         
     | 
| 
       30 
     | 
    
         
            -
            def ismit(mium,midozz,micod)
         
     | 
| 
      
 30 
     | 
    
         
            +
            def ismit(mium,midozz,micod);
         
     | 
| 
       31 
31 
     | 
    
         
             
            	if mium << midozz
         
     | 
| 
       32 
32 
     | 
    
         
             
            	micod
         
     | 
| 
       33 
33 
     | 
    
         
             
            	end
         
     | 
| 
       34 
34 
     | 
    
         
             
            end
         
     | 
| 
       35 
     | 
    
         
            -
            def isneql(neum,nedozz,necod)
         
     | 
| 
      
 35 
     | 
    
         
            +
            def isneql(neum,nedozz,necod);
         
     | 
| 
       36 
36 
     | 
    
         
             
            	if neum != nedozz
         
     | 
| 
       37 
37 
     | 
    
         
             
            	necod
         
     | 
| 
       38 
38 
     | 
    
         
             
            	end
         
     | 
| 
       39 
39 
     | 
    
         
             
            end
         
     | 
| 
       40 
     | 
    
         
            -
            def exec(exc)
         
     | 
| 
      
 40 
     | 
    
         
            +
            def exec(exc);
         
     | 
| 
       41 
41 
     | 
    
         
             
            system(exc)
         
     | 
| 
       42 
42 
     | 
    
         
             
            end
         
     | 
| 
       43 
     | 
    
         
            -
            def rn(rnum)
         
     | 
| 
      
 43 
     | 
    
         
            +
            def rn(rnum);
         
     | 
| 
       44 
44 
     | 
    
         
             
            rand(rnum)
         
     | 
| 
       45 
45 
     | 
    
         
             
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: BRLL
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.2. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.2.2
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - nora-software
         
     | 
| 
         @@ -24,7 +24,8 @@ dependencies: 
     | 
|
| 
       24 
24 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       25 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       26 
26 
     | 
    
         
             
                    version: '1.0'
         
     | 
| 
       27 
     | 
    
         
            -
            description: BRLL is literaly an one line programming language made with love in ruby
         
     | 
| 
      
 27 
     | 
    
         
            +
            description: BRLL is literaly an one line programming language made with love in ruby,
         
     | 
| 
      
 28 
     | 
    
         
            +
              adds a new syntax and etc...
         
     | 
| 
       28 
29 
     | 
    
         
             
            email:
         
     | 
| 
       29 
30 
     | 
    
         
             
            - iagodp08@gmail.com
         
     | 
| 
       30 
31 
     | 
    
         
             
            executables: []
         
     |