Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
abc-interpreter
abc-interpreter
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • clean-and-itasks
  • abc-interpreterabc-interpreter
  • bebbd4b07581a1d20e737f8b72806d4f50f30669

Switch branch/tag
  • abc-interpreter
  • .gitignore
Find file Normal viewHistoryPermalink
.gitignore 84 Bytes
Newer Older
Camil Staps's avatar
Lame fixes for Mac (#63)  
Camil Staps committed Oct 31, 2018
1
*.s
Camil Staps's avatar
Add optimise_win.prj to build the optimiser on windows  
Camil Staps committed Oct 25, 2018
2
*.o
Camil Staps's avatar
CodeSharing now works on Windows  
Camil Staps committed Nov 09, 2018
3
*.obj
Camil Staps's avatar
Add optimise_win.prj to build the optimiser on windows  
Camil Staps committed Oct 25, 2018
4 5
*.exe

Camil Staps's avatar
Use prj.default  
Camil Staps committed Oct 31, 2018
6
*.prj
Camil Staps's avatar
Add untested support for a bunch of rare instructions to be able to generate...  
Camil Staps committed Oct 22, 2018
7
*.abc
Camil Staps's avatar
Add optimise_win.prj to build the optimiser on windows  
Camil Staps committed Oct 25, 2018
8
*.prp
Camil Staps's avatar
Add untested support for a bunch of rare instructions to be able to generate...  
Camil Staps committed Oct 22, 2018
9
*.tcl
Camil Staps's avatar
Add graph{To,From}File, test in Compiler example  
Camil Staps committed Oct 22, 2018
10

Camil Staps's avatar
Add untested support for a bunch of rare instructions to be able to generate...  
Camil Staps committed Oct 22, 2018
11 12
*.opt.abc
*.bc
Camil Staps's avatar
Remove dependency on clm fork in CI; use cpm's PrelinkByteCode  
Camil Staps committed Jun 03, 2019
13
*.pbc
Camil Staps's avatar
Restructure bytecode parser to work with strings; first steps on Clean links  
Camil Staps committed Apr 09, 2018
14

Camil Staps's avatar
Add graph{To,From}File, test in Compiler example  
Camil Staps committed Oct 22, 2018
15
*.graph
Camil Staps's avatar
Start with wasm garbage collector  
Camil Staps committed Mar 21, 2019
16 17

*.wasm