Giter VIP home page Giter VIP logo

inf2100_aj's Introduction

Our INF2100 Project

Cflat, the syntax is like a warm summer breeze

Success!

Description

Java project for INF2100, for implementing a compiler in Java.

Vim tips&tricks

map <F8> :!./compile_and_test.sh<CR>

Hvilken av disse er best?

http://www.vim.org/scripts/script.php?script_id=1954
http://www.vim.org/scripts/script.php?script_id=1154

Relevant URLs

More sample programs: http://heim.ifi.uio.no/inf2100/oblig/test/

Corrections to the precode: http://www.uio.no/studier/emner/matnat/ifi/INF2100/h12/kursprat.html#/discussion/133/inf2100-host-2012-feil-i-prekodefiler

Files that can be changed

Part 0

  • CharRenerator.java
  • Scanner.java
  • Token.java
  • Cflat.java

Links to Jonas

http://futz.me/frugi http://some/url/to/send

En slags minimap (aktiveres med ctrl-space)

" --- Minimap toggle just by changing the font ---

function! ToggleMinimapOn() " make font small set guifont=MiscFixed\ 10 set columns=100 set lines=90 color tolerable nmap <c-space> :ToggleMinimapTiny<CR> endfunction function! ToggleMinimapTiny() " make font small set guifont=MiscFixed\ 5 set columns=100 set lines=120 color oceandeep nmap <c-space> :ToggleMinimapOff<CR> endfunction function! ToggleMinimapOff() " make font normal set guifont=Monospace\ 11 set columns=182 set lines=55 color wintersday nmap <c-space> :ToggleMinimapOn<CR> endfunction command! ToggleMinimapOn call ToggleMinimapOn() command! ToggleMinimapTiny call ToggleMinimapTiny() command! ToggleMinimapOff call ToggleMinimapOff() nmap <c-space> :ToggleMinimapOn<CR>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.